From 756da05c384e3d9258fc07cf9441d899238503f1 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 3 Jan 2021 11:50:41 +0100 Subject: Add dggui namespace to libdggui components. --- dggui/tabwidget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dggui/tabwidget.h') diff --git a/dggui/tabwidget.h b/dggui/tabwidget.h index 129826a..750ed59 100644 --- a/dggui/tabwidget.h +++ b/dggui/tabwidget.h @@ -31,7 +31,7 @@ #include "stackedwidget.h" #include "texture.h" -namespace GUI +namespace dggui { class TabWidget @@ -81,4 +81,4 @@ private: std::size_t tab_width{64}; }; -} // GUI:: +} // dggui:: -- cgit v1.2.3