summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2006-05-07 17:17:38 +0000
committerTaybin Rutkin <taybin@taybin.com>2006-05-07 17:17:38 +0000
commitc67a576d611759154976ee19b8faf78583474f97 (patch)
tree096af5a51658aba7ab3b42bf88466970c621ed7c /gtk2_ardour/sfdb_ui.h
parentc091b877cfe1937d138b47638e2dcf7f5cbf84e5 (diff)
Improved sfdb API.
Eliminated some warnings on Darwin. Added libxslt to scons. git-svn-id: svn://localhost/trunk/ardour2@494 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/sfdb_ui.h')
-rw-r--r--gtk2_ardour/sfdb_ui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/sfdb_ui.h b/gtk2_ardour/sfdb_ui.h
index 79537b2adb..769e4ff02d 100644
--- a/gtk2_ardour/sfdb_ui.h
+++ b/gtk2_ardour/sfdb_ui.h
@@ -109,7 +109,7 @@ class SoundFileBox : public Gtk::VBox
class SoundFileBrowser : public ArdourDialog
{
public:
- SoundFileBrowser (std::string title);
+ SoundFileBrowser (std::string title, ARDOUR::Session* _s = 0);
virtual ~SoundFileBrowser () {};
virtual void set_session (ARDOUR::Session*);
@@ -124,7 +124,7 @@ class SoundFileBrowser : public ArdourDialog
class SoundFileChooser : public SoundFileBrowser
{
public:
- SoundFileChooser (std::string title);
+ SoundFileChooser (std::string title, ARDOUR::Session* _s = 0);
virtual ~SoundFileChooser () {};
std::string get_filename () {return chooser.get_filename();};
@@ -133,7 +133,7 @@ class SoundFileChooser : public SoundFileBrowser
class SoundFileOmega : public SoundFileBrowser
{
public:
- SoundFileOmega (std::string title);
+ SoundFileOmega (std::string title, ARDOUR::Session* _s);
virtual ~SoundFileOmega () {};
/* these are returned by the Dialog::run() method. note