From af9a9a9efd17452931525e3ddcf1d57bcbc7f4a7 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 7 Jun 2016 09:22:57 -0400 Subject: a better solution to the inheritance issue fixed in the previous commit --- gtk2_ardour/ardour_window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/ardour_window.h') diff --git a/gtk2_ardour/ardour_window.h b/gtk2_ardour/ardour_window.h index fe97855a49..a4c5aaa0e4 100644 --- a/gtk2_ardour/ardour_window.h +++ b/gtk2_ardour/ardour_window.h @@ -37,7 +37,7 @@ namespace WM { * method of connecting and disconnecting from a Session with * all other objects that have a handle on a Session. */ -class ArdourWindow : public Gtk::Window, public virtual ARDOUR::SessionHandlePtr, public Gtkmm2ext::VisibilityTracker +class ArdourWindow : public Gtk::Window, public ARDOUR::SessionHandlePtr, public Gtkmm2ext::VisibilityTracker { public: ArdourWindow (std::string title); -- cgit v1.2.3