aboutsummaryrefslogtreecommitdiff
path: root/dw/oofpositionedmgr.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dw/oofpositionedmgr.hh')
-rw-r--r--dw/oofpositionedmgr.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/dw/oofpositionedmgr.hh b/dw/oofpositionedmgr.hh
index dc6943ed..d19c60b6 100644
--- a/dw/oofpositionedmgr.hh
+++ b/dw/oofpositionedmgr.hh
@@ -5,6 +5,8 @@
namespace dw {
+namespace oof {
+
class OOFPositionedMgr: public OutOfFlowMgr
{
protected:
@@ -94,6 +96,8 @@ public:
core::Widget *getWidget (int i);
};
+} // namespace oof
+
} // namespace dw
#endif // __DW_OOFPOSITIONEDMGR_HH__