summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-07-13 16:38:08 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-07-13 16:39:26 -0400
commitdc43189c7e014a8295bdf442c8ca4e91d0c9287f (patch)
tree5f7fd70086ee3a487df45e10081c81d543380550 /gtk2_ardour/rc_option_editor.h
parent7a1084d349fbc92126d491163da5ebd7ade52237 (diff)
fix save/restore of preferences torn-off-window state
Diffstat (limited to 'gtk2_ardour/rc_option_editor.h')
-rw-r--r--gtk2_ardour/rc_option_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/rc_option_editor.h b/gtk2_ardour/rc_option_editor.h
index ebacbb7075..d6c5bed4a7 100644
--- a/gtk2_ardour/rc_option_editor.h
+++ b/gtk2_ardour/rc_option_editor.h
@@ -42,6 +42,7 @@ public:
void populate_sync_options ();
Gtk::Window* use_own_window (bool and_fill_it);
+ XMLNode& get_state ();
private:
void parameter_changed (std::string const &);