diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-08-15 12:05:21 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-08-15 12:05:21 +0200 |
| commit | 6fb8667b9848c8fe0989bb665e2f4ddc09179983 (patch) | |
| tree | 387dfe313ce840afb34597b97be8c28dec4d2664 /include/turns/adw/toast.hpp | |
| parent | 0840ff9a28e627351a520437ec83902d88310fe5 (diff) | |
| download | libadwaitamm-6fb8667b9848c8fe0989bb665e2f4ddc09179983.tar.xz libadwaitamm-6fb8667b9848c8fe0989bb665e2f4ddc09179983.zip | |
adw: mark Toast and ToastOverlay as being final
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 { |
