summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2005-12-07 22:57:47 +0000
committerTaybin Rutkin <taybin@taybin.com>2005-12-07 22:57:47 +0000
commit6039331bea9afb0ce8888659832a04b39ff6be7a (patch)
treecf22ad447eb565085d09849f8f4fed44973fad3b /gtk2_ardour/ardour_ui.h
parent03872f0916498ccaab0b9b2c73fdba5d21952b63 (diff)
Part one of the sfdb reworking.
git-svn-id: svn://localhost/trunk/ardour2@180 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui.h')
-rw-r--r--gtk2_ardour/ardour_ui.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h
index 2afb7fa893..cbb69af320 100644
--- a/gtk2_ardour/ardour_ui.h
+++ b/gtk2_ardour/ardour_ui.h
@@ -71,7 +71,7 @@ class OptionEditor;
class Mixer_UI;
class ConnectionEditor;
class RouteParams_UI;
-class SoundFileChooser;
+class SoundFileBrowser;
class About;
class AddRouteDialog;
class NewSessionDialog;
@@ -602,7 +602,9 @@ class ARDOUR_UI : public Gtkmm2ext::UI
void add_route_dialog_done (int status);
/* SoundFile Browser */
+ SoundFileBrowser *sfdb;
void toggle_sound_file_browser ();
+ int create_sound_file_browser ();
/* Keyboard Handling */