diff options
Diffstat (limited to 'dggui/layout.h')
-rw-r--r-- | dggui/layout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dggui/layout.h b/dggui/layout.h index 210c86e..860ecc2 100644 --- a/dggui/layout.h +++ b/dggui/layout.h @@ -32,7 +32,7 @@ #include <notifier.h> -namespace GUI +namespace dggui { class Layout; @@ -192,4 +192,4 @@ private: LayoutItem& item, GridRange const& range, CellSize cell_size) const; }; -} // GUI:: +} // dggui:: |