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 | e0b53e79cb640bbfb8d281238af9f0e02d17403b (patch) | |
| tree | 14e0629061004f43b580e32a48c5aa74f0522ae0 /adw/src/wrap_init.cpp | |
| parent | 9d5512624637fad84c1b3edb97270c4f10c5056a (diff) | |
| download | turns-e0b53e79cb640bbfb8d281238af9f0e02d17403b.tar.xz turns-e0b53e79cb640bbfb8d281238af9f0e02d17403b.zip | |
adw: rename namespace to Adwaita
Diffstat (limited to 'adw/src/wrap_init.cpp')
| -rw-r--r-- | adw/src/wrap_init.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
