summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/sfdb_ui.h')
-rw-r--r--gtk2_ardour/sfdb_ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/sfdb_ui.h b/gtk2_ardour/sfdb_ui.h
index 279cca3ae4..49f19e847d 100644
--- a/gtk2_ardour/sfdb_ui.h
+++ b/gtk2_ardour/sfdb_ui.h
@@ -55,6 +55,7 @@ class SoundFileBox : public Gtk::VBox
protected:
ARDOUR::Session* _session;
+ std::string path;
struct LabelModelColumns : public Gtk::TreeModel::ColumnRecord
{
@@ -92,7 +93,6 @@ class SoundFileBox : public Gtk::VBox
Gtk::Button add_field_btn;
Gtk::Button remove_field_btn;
- // void fields_refiller (Gtk::CList &clist);
void setup_fields ();
void play_btn_clicked ();