mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
fixes for possible null engine dialog
git-svn-id: svn://localhost/ardour2/branches/3.0@4993 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0513474072
commit
f19c01bbb4
2 changed files with 5 additions and 5 deletions
|
|
@ -31,7 +31,7 @@ class ArdourStartup : public Gtk::Assistant {
|
|||
bool use_session_template() { return false; }
|
||||
Glib::ustring session_template_name() { return ""; }
|
||||
|
||||
EngineControl& engine_control() { return *engine_dialog; }
|
||||
EngineControl* engine_control() { return engine_dialog; }
|
||||
|
||||
// advanced session options
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue