From e268a9d2aae5012d494680d851abe1415c2063c6 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 27 Nov 2015 17:33:31 -0500 Subject: fix inheritance/class design to get both SessionOptionEditor and RCOptionEditor to work correctly --- gtk2_ardour/rc_option_editor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/rc_option_editor.h') diff --git a/gtk2_ardour/rc_option_editor.h b/gtk2_ardour/rc_option_editor.h index 0252d23478..fe47fbbcd6 100644 --- a/gtk2_ardour/rc_option_editor.h +++ b/gtk2_ardour/rc_option_editor.h @@ -34,7 +34,7 @@ */ /** Editor for options which are obtained from and written back to one of the .rc files. */ -class RCOptionEditor : public OptionEditor, public Gtkmm2ext::Tabbable +class RCOptionEditor : public OptionEditorContainer, public Gtkmm2ext::Tabbable { public: RCOptionEditor (); -- cgit v1.2.3