aboutsummaryrefslogtreecommitdiff
path: root/include/turns/adw/preferencesrow.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/turns/adw/preferencesrow.hpp')
-rw-r--r--include/turns/adw/preferencesrow.hpp3
1 files changed, 2 insertions, 1 deletions
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 <gtkmm/listboxrow.h>
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;