summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_window.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-07 09:22:57 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-07 09:22:57 -0400
commitaf9a9a9efd17452931525e3ddcf1d57bcbc7f4a7 (patch)
tree2cec2eba5707b224fa835d29e94e12f80b08dec3 /gtk2_ardour/ardour_window.h
parentb40fe187758b6890579311a3250129288730a328 (diff)
a better solution to the inheritance issue fixed in the previous commit
Diffstat (limited to 'gtk2_ardour/ardour_window.h')
-rw-r--r--gtk2_ardour/ardour_window.h2
1 files changed, 1 insertions, 1 deletions
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);