diff options
Diffstat (limited to 'include/turns/adw/toast.hpp')
| -rw-r--r-- | include/turns/adw/toast.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/turns/adw/toast.hpp b/include/turns/adw/toast.hpp index 21ccdef..f82e01e 100644 --- a/include/turns/adw/toast.hpp +++ b/include/turns/adw/toast.hpp @@ -17,8 +17,8 @@ namespace turns::adw { struct Toast_Class; - struct Toast : Glib::Object, - helpers::gobj_mixin<Toast, AdwToast> + struct Toast final : Glib::Object, + helpers::gobj_mixin<Toast, AdwToast> { enum class Priority { |
