summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-07-08 15:36:49 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-02-22 15:31:21 -0500
commit5723676092d53abc797ad221828a238214034368 (patch)
tree6325fe6703e3ebc2d2e830ee11cb1d889600ca08 /gtk2_ardour/rc_option_editor.h
parent03b354a99eb2ca03dbec14df38fac97e7821095c (diff)
make sure the prefs editor sets up its own window correctly
Diffstat (limited to 'gtk2_ardour/rc_option_editor.h')
-rw-r--r--gtk2_ardour/rc_option_editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/rc_option_editor.h b/gtk2_ardour/rc_option_editor.h
index a74df7cfde..1681a92a2b 100644
--- a/gtk2_ardour/rc_option_editor.h
+++ b/gtk2_ardour/rc_option_editor.h
@@ -41,6 +41,8 @@ public:
void populate_sync_options ();
+ Gtk::Window* use_own_window ();
+
private:
void parameter_changed (std::string const &);
void ltc_generator_volume_changed ();