diff options
Diffstat (limited to 'dw/textblock.cc')
-rw-r--r-- | dw/textblock.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc index 95b4f0c9..9d64c2c9 100644 --- a/dw/textblock.cc +++ b/dw/textblock.cc @@ -3231,12 +3231,12 @@ bool Textblock::usesMaxGeneratorWidth () return result; } -bool Textblock::isPossibleContainer (int oofmIndex) +bool Textblock::isPossibleOOFContainer (int oofmIndex) { return true; } -bool Textblock::isPossibleContainerParent (int oofmIndex) +bool Textblock::isPossibleOOFContainerParent (int oofmIndex) { return true; } |