summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-01-15 17:23:57 +0000
committerDavid Robillard <d@drobilla.net>2008-01-15 17:23:57 +0000
commitac1a2557065726e31a4c9dfaec97b29393e043d8 (patch)
treee250df162b37caec026e48dbbc1fcd8afec697dc /gtk2_ardour/engine_dialog.h
parentb2e3b18dab5759737b620c92fbe9d0ff6dd177cb (diff)
Merge with trunk R2920.
git-svn-id: svn://localhost/ardour2/trunk@2921 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/engine_dialog.h')
-rw-r--r--gtk2_ardour/engine_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/engine_dialog.h b/gtk2_ardour/engine_dialog.h
index c9851c89cc..d9741e3765 100644
--- a/gtk2_ardour/engine_dialog.h
+++ b/gtk2_ardour/engine_dialog.h
@@ -83,7 +83,7 @@ class EngineControl : public Gtk::VBox {
std::map<std::string,std::vector<std::string> > devices;
std::vector<std::string> backend_devs;
- void enumerate_devices ();
+ void enumerate_devices (const string& driver);
#ifdef __APPLE__
std::vector<std::string> enumerate_coreaudio_devices ();