summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2006-03-10 17:09:59 +0000
committerTaybin Rutkin <taybin@taybin.com>2006-03-10 17:09:59 +0000
commit1e668dfaf2392226db306ccfdaf7dbb6e45a0db4 (patch)
tree820180c180d98fbbffb1ad4dca4de9238aad6b22 /gtk2_ardour/sfdb_ui.h
parent0896e2e63f0f331904ab9e9005190c9e7288b084 (diff)
ExternalSource refactoring.
git-svn-id: svn://localhost/trunk/ardour2@373 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/sfdb_ui.h')
-rw-r--r--gtk2_ardour/sfdb_ui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/sfdb_ui.h b/gtk2_ardour/sfdb_ui.h
index 9b44fec3ed..10a5e9e0fc 100644
--- a/gtk2_ardour/sfdb_ui.h
+++ b/gtk2_ardour/sfdb_ui.h
@@ -39,7 +39,7 @@
#include <gtkmm/treeview.h>
#include <ardour/session.h>
-#include <ardour/sndfile_helpers.h>
+#include <ardour/externalsource.h>
#include "ardour_dialog.h"
@@ -67,7 +67,7 @@ class SoundFileBox : public Gtk::VBox
LabelModelColumns label_columns;
- SoundFileInfo sf_info;
+ ARDOUR::SoundFileInfo sf_info;
pid_t current_pid;