diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-04 21:23:36 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-04 21:23:36 +0200 |
| commit | f95d76f5069d5c4cbb08b18145e24ed13a5fffc2 (patch) | |
| tree | 5b6fb9d6ef547039c895b004a238bcb1c37807f0 /src/toast.cpp | |
| parent | d99cd911f62619cfa7da63b6b75d8315ec81d2fc (diff) | |
| download | libadwaitamm-f95d76f5069d5c4cbb08b18145e24ed13a5fffc2.tar.xz libadwaitamm-f95d76f5069d5c4cbb08b18145e24ed13a5fffc2.zip | |
adw: fix class derivations
Diffstat (limited to 'src/toast.cpp')
| -rw-r--r-- | src/toast.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/toast.cpp b/src/toast.cpp index 205e69f..d5b372e 100644 --- a/src/toast.cpp +++ b/src/toast.cpp @@ -43,7 +43,7 @@ namespace Adwaita if (!gtype_) { class_init_func_ = &class_init_function; - register_derived_type(adw_toast_get_type()); + gtype_= adw_toast_get_type(); } return *this; } |
