Make crossfades blue because blue = audio and it's prettier.
[ardour.git] / gtk2_ardour / engine_dialog.h
index c9851c89cc9e52984281c6c14f8e447fd4f2ecfd..d9741e3765f0116e418ae1d1e9f2a56c608f2c5e 100644 (file)
@@ -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 ();