diff options
Diffstat (limited to 'dw/ooffloatsmgr.hh')
-rw-r--r-- | dw/ooffloatsmgr.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dw/ooffloatsmgr.hh b/dw/ooffloatsmgr.hh index e40f1b30..cca83af1 100644 --- a/dw/ooffloatsmgr.hh +++ b/dw/ooffloatsmgr.hh @@ -5,6 +5,8 @@ namespace dw { +namespace oof { + class OOFFloatsMgr: public OutOfFlowMgr { friend class WidgetInfo; @@ -372,6 +374,8 @@ public: core::Widget *getWidget (int i); }; +} // namespace oof + } // namespace dw #endif // __DW_OOFFLOATSMGR_HH__ |