diff options
Diffstat (limited to 'adw/src/toast.cpp')
| -rw-r--r-- | adw/src/toast.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adw/src/toast.cpp b/adw/src/toast.cpp index 205e69f..d5b372e 100644 --- a/adw/src/toast.cpp +++ b/adw/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; } |
