diff options
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index 1ac5b7ec..475b93b8 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -7,6 +7,8 @@ namespace dw { class Textblock; +namespace oof { + /** * \brief Represents additional data for containing blocks. */ @@ -70,6 +72,8 @@ public: virtual core::Widget *getWidget (int i) = 0; }; +} // namespace oof + } // namespace dw #endif // __DW_OUTOFFLOWMGR_HH__ |