aboutsummaryrefslogtreecommitdiff
path: root/include/adwaitamm
diff options
context:
space:
mode:
Diffstat (limited to 'include/adwaitamm')
-rw-r--r--include/adwaitamm/applicationwindow.hpp2
1 files changed, 1 insertions, 1 deletions
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<CppObjectType, BaseObjectType>::gobj;
using helpers::gobj_mixin<CppObjectType, BaseObjectType>::gobj_copy;
- explicit ApplicationWindow(Gtk::Application & app);
+ explicit ApplicationWindow(Glib::RefPtr<Gtk::Application> const & app);
ApplicationWindow(ApplicationWindow const & other) = delete;
ApplicationWindow(ApplicationWindow && other) noexcept = default;