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 81fafa10..f8c8e214 100644 --- a/dw/oofawarewidget.hh +++ b/dw/oofawarewidget.hh @@ -97,6 +97,7 @@ protected: OOFAwareWidgetIterator (OOFAwareWidget *widget, core::Content::Type mask, bool atEnd, int numContentsInFlow); + void intoStringBuffer(lout::misc::StringBuffer *sb); int compareTo(lout::object::Comparable *other); bool next (); |