aboutsummaryrefslogtreecommitdiff
path: root/include/turns/adw/toast.hpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2024-08-15 12:05:21 +0200
committerFelix Morgner <felix.morgner@gmail.com>2024-08-15 12:05:21 +0200
commit6fb8667b9848c8fe0989bb665e2f4ddc09179983 (patch)
tree387dfe313ce840afb34597b97be8c28dec4d2664 /include/turns/adw/toast.hpp
parent0840ff9a28e627351a520437ec83902d88310fe5 (diff)
downloadlibadwaitamm-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.hpp4
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
{