diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-04 07:18:13 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-04 07:19:10 +0200 |
| commit | e49fa74dd76455ae559e8e26ee44103809db85c0 (patch) | |
| tree | f9b8c985dbfd8839b53126216c62d4f3ede7f137 /include/adwaitamm/helpers/gobj_mixin.hpp | |
| parent | 30c03f8d5136b4148d2b1e4de53748f3f02723bd (diff) | |
| download | libadwaitamm-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.hpp | 4 |
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 |
