From e0b53e79cb640bbfb8d281238af9f0e02d17403b Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 4 Apr 2025 07:18:13 +0200 Subject: adw: rename namespace to Adwaita --- adw/src/wrap_init.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'adw/src/wrap_init.cpp') diff --git a/adw/src/wrap_init.cpp b/adw/src/wrap_init.cpp index 038d369..b48ecd0 100644 --- a/adw/src/wrap_init.cpp +++ b/adw/src/wrap_init.cpp @@ -20,7 +20,7 @@ #define WRAP_CLASS(Name, name) Glib::wrap_register(adw_##name##_get_type(), &Name::Class::wrap_new) #define ENSURE_TYPE(Name) g_type_ensure(Name::get_type()) -namespace turns::adw +namespace Adwaita { auto wrap_init() -> void { @@ -48,4 +48,4 @@ namespace turns::adw ENSURE_TYPE(Toast); ENSURE_TYPE(ToastOverlay); } -} // namespace turns::adw \ No newline at end of file +} // namespace Adwaita \ No newline at end of file -- cgit v1.2.3