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.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;