X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fengine_dialog.h;h=c806e088cca3fc07317175cd927e3364a38c26c8;hb=056ceba16a5ab45aabec0cd10ae3228881e640dc;hp=d9741e3765f0116e418ae1d1e9f2a56c608f2c5e;hpb=ac1a2557065726e31a4c9dfaec97b29393e043d8;p=ardour.git diff --git a/gtk2_ardour/engine_dialog.h b/gtk2_ardour/engine_dialog.h index d9741e3765..c806e088cc 100644 --- a/gtk2_ardour/engine_dialog.h +++ b/gtk2_ardour/engine_dialog.h @@ -49,7 +49,7 @@ class EngineControl : public Gtk::VBox { Gtk::CheckButton hw_monitor_button; Gtk::CheckButton hw_meter_button; Gtk::CheckButton verbose_output_button; - + Gtk::Button start_button; Gtk::Button stop_button; Gtk::HButtonBox button_box; @@ -74,7 +74,7 @@ class EngineControl : public Gtk::VBox { Gtk::HBox options_hbox; Gtk::HBox device_hbox; Gtk::Notebook notebook; - + bool _used; void realtime_changed (); @@ -83,7 +83,7 @@ class EngineControl : public Gtk::VBox { std::map > devices; std::vector backend_devs; - void enumerate_devices (const string& driver); + void enumerate_devices (const std::string& driver); #ifdef __APPLE__ std::vector enumerate_coreaudio_devices (); @@ -94,7 +94,7 @@ class EngineControl : public Gtk::VBox { std::vector enumerate_freebob_devices (); std::vector enumerate_ffado_devices (); std::vector enumerate_dummy_devices (); -#endif +#endif void redisplay_latency (); uint32_t get_rate();