summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2007-01-05 19:53:38 +0000
committerTaybin Rutkin <taybin@taybin.com>2007-01-05 19:53:38 +0000
commit443126d148692e9828fea091e942c2a58a77a30b (patch)
tree20e738e0abedf33f33759934b249b4f340241b64 /gtk2_ardour/sfdb_ui.h
parent4aac8ae0e51f848706750abd1a448fbabe55daab (diff)
Soundfile tag searching implemented.
Also added mucho polish to the Sfdb. git-svn-id: svn://localhost/ardour2/trunk@1275 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 ae51bcfe27..fb0b7da600 100644
--- a/gtk2_ardour/sfdb_ui.h
+++ b/gtk2_ardour/sfdb_ui.h
@@ -28,10 +28,10 @@
#include <gtkmm/box.h>
#include <gtkmm/button.h>
#include <gtkmm/checkbutton.h>
+#include <gtkmm/comboboxtext.h>
#include <gtkmm/dialog.h>
#include <gtkmm/entry.h>
#include <gtkmm/filechooserwidget.h>
-#include <gtkmm/comboboxtext.h>
#include <gtkmm/frame.h>
#include <gtkmm/label.h>
@@ -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