diff options
Diffstat (limited to 'dw/oofpositionedmgr.cc')
-rw-r--r-- | dw/oofpositionedmgr.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dw/oofpositionedmgr.cc b/dw/oofpositionedmgr.cc index 963ad941..13eeda2a 100644 --- a/dw/oofpositionedmgr.cc +++ b/dw/oofpositionedmgr.cc @@ -29,6 +29,8 @@ using namespace dw::core::style; namespace dw { +namespace oof { + OOFPositionedMgr::OOFPositionedMgr (Textblock *containingBlock) { DBG_OBJ_CREATE ("dw::OOFPositionedMgr"); @@ -525,4 +527,6 @@ Widget *OOFPositionedMgr::getWidget (int i) return children->get (i); } +} // namespace oof + } // namespace dw |