aboutsummaryrefslogtreecommitdiff
path: root/adw/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
commite0b53e79cb640bbfb8d281238af9f0e02d17403b (patch)
tree14e0629061004f43b580e32a48c5aa74f0522ae0 /adw/include/adwaitamm/helpers/gobj_mixin.hpp
parent9d5512624637fad84c1b3edb97270c4f10c5056a (diff)
downloadturns-e0b53e79cb640bbfb8d281238af9f0e02d17403b.tar.xz
turns-e0b53e79cb640bbfb8d281238af9f0e02d17403b.zip
adw: rename namespace to Adwaita
Diffstat (limited to 'adw/include/adwaitamm/helpers/gobj_mixin.hpp')
-rw-r--r--adw/include/adwaitamm/helpers/gobj_mixin.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/adw/include/adwaitamm/helpers/gobj_mixin.hpp b/adw/include/adwaitamm/helpers/gobj_mixin.hpp
index 2a6aa37..fbdaa4e 100644
--- a/adw/include/adwaitamm/helpers/gobj_mixin.hpp
+++ b/adw/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