diff options
author | Sebastian Geerken <devnull@localhost> | 2016-01-08 21:43:07 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2016-01-08 21:43:07 +0100 |
commit | c714e1a14e82a7b45195f3d37c9edb2cb82c7107 (patch) | |
tree | 608e2391d982d83f4e83736458bb98ab45767729 /dw/textblock.hh | |
parent | 5b4c1c97d32e60e66ff02d2733a1995c3c3cfb8a (diff) |
Rename OOFAwareWidget::isPossibleContainer to isPossibleOOFContainer (clang warning).
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r-- | dw/textblock.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index c5e790ba..3120b59e 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -908,8 +908,8 @@ public: int getGeneratorWidth (); int getMaxGeneratorWidth (); bool usesMaxGeneratorWidth (); - bool isPossibleContainer (int oofmIndex); - bool isPossibleContainerParent (int oofmIndex); + bool isPossibleOOFContainer (int oofmIndex); + bool isPossibleOOFContainerParent (int oofmIndex); }; #define DBG_SET_WORD_PENALTY(n, i, is) \ |