diff options
Diffstat (limited to 'dw/oofawarewidget.hh')
-rw-r--r-- | dw/oofawarewidget.hh | 4 |
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 |