aboutsummaryrefslogtreecommitdiff
path: root/dw/oofawarewidget.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2016-01-08 21:43:07 +0100
committerSebastian Geerken <devnull@localhost>2016-01-08 21:43:07 +0100
commitc714e1a14e82a7b45195f3d37c9edb2cb82c7107 (patch)
tree608e2391d982d83f4e83736458bb98ab45767729 /dw/oofawarewidget.hh
parent5b4c1c97d32e60e66ff02d2733a1995c3c3cfb8a (diff)
Rename OOFAwareWidget::isPossibleContainer to isPossibleOOFContainer (clang warning).
Diffstat (limited to 'dw/oofawarewidget.hh')
-rw-r--r--dw/oofawarewidget.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/oofawarewidget.hh b/dw/oofawarewidget.hh
index 9486e153..2c33d386 100644
--- a/dw/oofawarewidget.hh
+++ b/dw/oofawarewidget.hh
@@ -300,9 +300,9 @@ public:
virtual bool usesMaxGeneratorWidth ();
- virtual bool isPossibleContainer (int oofmIndex);
+ virtual bool isPossibleOOFContainer (int oofmIndex);
- virtual bool isPossibleContainerParent (int oofmIndex);
+ virtual bool isPossibleOOFContainerParent (int oofmIndex);
};
} // namespace oof