diff options
Diffstat (limited to 'dw/ooffloatsmgr.cc')
-rw-r--r-- | dw/ooffloatsmgr.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dw/ooffloatsmgr.cc b/dw/ooffloatsmgr.cc index ff3d243b..762fea1b 100644 --- a/dw/ooffloatsmgr.cc +++ b/dw/ooffloatsmgr.cc @@ -29,6 +29,8 @@ using namespace dw::core::style; namespace dw { +namespace oof { + OOFFloatsMgr::WidgetInfo::WidgetInfo (OOFFloatsMgr *oofm, Widget *widget) { this->oofm = oofm; @@ -2252,4 +2254,6 @@ Widget *OOFFloatsMgr::getWidget (int i) return rightFloatsAll->get(i - leftFloatsAll->size())->getWidget (); } +} // namespace oof + } // namespace dw |