From 443126d148692e9828fea091e942c2a58a77a30b Mon Sep 17 00:00:00 2001 From: Taybin Rutkin Date: Fri, 5 Jan 2007 19:53:38 +0000 Subject: Soundfile tag searching implemented. Also added mucho polish to the Sfdb. git-svn-id: svn://localhost/ardour2/trunk@1275 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/sfdb_ui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/sfdb_ui.h') diff --git a/gtk2_ardour/sfdb_ui.h b/gtk2_ardour/sfdb_ui.h index ae51bcfe27..fb0b7da600 100644 --- a/gtk2_ardour/sfdb_ui.h +++ b/gtk2_ardour/sfdb_ui.h @@ -28,10 +28,10 @@ #include #include #include +#include #include #include #include -#include #include #include @@ -126,7 +126,7 @@ class SoundFileChooser : public SoundFileBrowser SoundFileChooser (std::string title, ARDOUR::Session* _s = 0); virtual ~SoundFileChooser () {}; - std::string get_filename () {return chooser.get_filename();}; + std::string get_filename (); }; class SoundFileOmega : public SoundFileBrowser -- cgit v1.2.3