From 6fb8667b9848c8fe0989bb665e2f4ddc09179983 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 15 Aug 2024 12:05:21 +0200 Subject: adw: mark Toast and ToastOverlay as being final --- include/turns/adw/toast.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/turns/adw/toast.hpp') 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 + struct Toast final : Glib::Object, + helpers::gobj_mixin { enum class Priority { -- cgit v1.2.3