mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
a better solution to the inheritance issue fixed in the previous commit
This commit is contained in:
parent
b40fe18775
commit
af9a9a9efd
3 changed files with 4 additions and 4 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue