From 5d7c8646d5ed2a57bc322b62de192fbdf70429de Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 27 Mar 2025 08:27:32 +0100 Subject: adw: clean up implementation --- include/turns/adw/preferencesrow.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/turns/adw/preferencesrow.hpp') diff --git a/include/turns/adw/preferencesrow.hpp b/include/turns/adw/preferencesrow.hpp index 6f831b0..a0f22ed 100644 --- a/include/turns/adw/preferencesrow.hpp +++ b/include/turns/adw/preferencesrow.hpp @@ -11,6 +11,7 @@ #include using AdwPreferencesRow = struct _AdwPreferencesRow; +using AdwPreferencesRowClass = struct _AdwPreferencesRowClass; namespace turns::adw { @@ -20,7 +21,7 @@ namespace turns::adw struct Class : Glib::Class { using BaseClassParent = GtkListBoxRowClass; - using BaseClassType = struct AdwPreferencesRowClass; + using BaseClassType = AdwPreferencesRowClass; using BaseObjectType = AdwPreferencesRow; using CppClassParent = struct Gtk::ListBoxRow_Class; using CppObjectType = PreferencesRow; -- cgit v1.2.3