summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2006-01-11 21:27:59 +0000
committerTaybin Rutkin <taybin@taybin.com>2006-01-11 21:27:59 +0000
commit9a951bcd20a7cd814da3ad34e4c931231d824947 (patch)
treee2e18197652da93b3390e0d2a1f328ac0337f605 /gtk2_ardour/sfdb_ui.h
parentb5dd613a0c9667708306f37e590efea2bb6d21b0 (diff)
Use compiler provided __BIG_ENDIAN__ instead of WORD_BIGENDIAN
Auditioning in sfdb_ui works. CoreAudioSource updates. git-svn-id: svn://localhost/trunk/ardour2@263 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 ();