diff options
Diffstat (limited to 'dw/oofawarewidget.hh')
-rw-r--r-- | dw/oofawarewidget.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/oofawarewidget.hh b/dw/oofawarewidget.hh index e3bd8a07..af6a18e0 100644 --- a/dw/oofawarewidget.hh +++ b/dw/oofawarewidget.hh @@ -188,6 +188,7 @@ public: virtual int getLineBreakWidth (); // Should perhaps be renamed. virtual bool isPossibleContainer (int oofmIndex); virtual bool isPossibleContainerParent (int oofmIndex); + virtual bool adjustExtraSpaceWhenCorrectingRequisitionByOOF (); }; } // namespace oof |