summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-11-27 17:33:31 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-02-22 15:31:25 -0500
commite268a9d2aae5012d494680d851abe1415c2063c6 (patch)
tree54af03df19ea911f022522fbabcdc2939bbb9f7b /gtk2_ardour/rc_option_editor.h
parent30b065f6efcd3ecdbee10aef2e01eae55dcf8e8c (diff)
fix inheritance/class design to get both SessionOptionEditor and RCOptionEditor to work correctly
Diffstat (limited to 'gtk2_ardour/rc_option_editor.h')
-rw-r--r--gtk2_ardour/rc_option_editor.h2
1 files changed, 1 insertions, 1 deletions
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 ();