diff options
author | Sebastian Geerken <devnull@localhost> | 2014-09-12 00:35:48 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-09-12 00:35:48 +0200 |
commit | 81e52eabc07c79384d89d7d863efe19dd95cbd93 (patch) | |
tree | 3a53256db2aa40dc3133f5b1fe07d8f7249fe026 /dw/ooffloatsmgr.cc | |
parent | 5b50f9e319263a730843be1aae5dfd7c549e1622 (diff) |
Moved some classes to namespace dw::oof.
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 |