aboutsummaryrefslogtreecommitdiff
path: root/include/adwaitamm/helpers/gobj_mixin.hpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-04-04 07:18:13 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-04-04 07:19:10 +0200
commite49fa74dd76455ae559e8e26ee44103809db85c0 (patch)
treef9b8c985dbfd8839b53126216c62d4f3ede7f137 /include/adwaitamm/helpers/gobj_mixin.hpp
parent30c03f8d5136b4148d2b1e4de53748f3f02723bd (diff)
downloadlibadwaitamm-e49fa74dd76455ae559e8e26ee44103809db85c0.tar.xz
libadwaitamm-e49fa74dd76455ae559e8e26ee44103809db85c0.zip
adw: rename namespace to Adwaita
Diffstat (limited to 'include/adwaitamm/helpers/gobj_mixin.hpp')
-rw-r--r--include/adwaitamm/helpers/gobj_mixin.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/adwaitamm/helpers/gobj_mixin.hpp b/include/adwaitamm/helpers/gobj_mixin.hpp
index 2a6aa37..fbdaa4e 100644
--- a/include/adwaitamm/helpers/gobj_mixin.hpp
+++ b/include/adwaitamm/helpers/gobj_mixin.hpp
@@ -5,7 +5,7 @@
#include <type_traits>
-namespace turns::adw::helpers
+namespace Adwaita::helpers
{
template<typename Type, typename AdwType>
@@ -32,6 +32,6 @@ namespace turns::adw::helpers
}
};
-} // namespace turns::adw::helpers
+} // namespace Adwaita::helpers
#endif \ No newline at end of file