From d6d3fa394d7ebb703afc84deb91dbece0776ff88 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 29 Apr 2025 09:23:50 +0200 Subject: app-win: take application by RefPtr --- include/adwaitamm/applicationwindow.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/adwaitamm') diff --git a/include/adwaitamm/applicationwindow.hpp b/include/adwaitamm/applicationwindow.hpp index c2fa0d1..bef520d 100644 --- a/include/adwaitamm/applicationwindow.hpp +++ b/include/adwaitamm/applicationwindow.hpp @@ -36,7 +36,7 @@ namespace Adwaita using helpers::gobj_mixin::gobj; using helpers::gobj_mixin::gobj_copy; - explicit ApplicationWindow(Gtk::Application & app); + explicit ApplicationWindow(Glib::RefPtr const & app); ApplicationWindow(ApplicationWindow const & other) = delete; ApplicationWindow(ApplicationWindow && other) noexcept = default; -- cgit v1.2.3