summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/option_editor.h')
-rw-r--r--gtk2_ardour/option_editor.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk2_ardour/option_editor.h b/gtk2_ardour/option_editor.h
index b23014c4b4..d1513f4661 100644
--- a/gtk2_ardour/option_editor.h
+++ b/gtk2_ardour/option_editor.h
@@ -80,9 +80,6 @@ class OptionEditor : public Gtk::Dialog
Gtk::ComboBoxText native_format_combo;
- Glib::RefPtr<Gtk::ListStore> sfdb_paths;
- Gtk::TreeView sfdb_path_view;
-
struct SoundFilePathColumns : public Gtk::TreeModel::ColumnRecord
{
public:
@@ -91,6 +88,8 @@ class OptionEditor : public Gtk::Dialog
SoundFilePathColumns() { add (paths); }
};
SoundFilePathColumns sfdb_path_columns;
+ Glib::RefPtr<Gtk::ListStore> sfdb_paths;
+ Gtk::TreeView sfdb_path_view;
void setup_path_options();
void add_session_paths ();