a better solution to the inheritance issue fixed in the previous commit

This commit is contained in:
Paul Davis 2016-06-07 09:22:57 -04:00
parent b40fe18775
commit af9a9a9efd
3 changed files with 4 additions and 4 deletions

View file

@ -34,7 +34,7 @@
*/
/** Editor for options which are obtained from and written back to one of the .rc files. */
class RCOptionEditor : public OptionEditorContainer, public Gtkmm2ext::Tabbable
class RCOptionEditor : public OptionEditorContainer, public ARDOUR::SessionHandlePtr, public Gtkmm2ext::Tabbable
{
public:
RCOptionEditor ();