Work-around crash when printing bindings

(ardour -b or Keyboard-Shortcuts > Print Bindings)
see also https://github.com/Ardour/ardour/pull/447
This commit is contained in:
Robin Gareus 2019-03-09 21:58:45 +01:00
parent 65fc37afb7
commit 4d695eaf51
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04
1 changed files with 2 additions and 2 deletions

View File

@ -544,8 +544,8 @@ ActionManager::get_all_actions (std::vector<std::string>& paths,
} else {
keys.push_back (string());
}
}
#else
keys.push_back (string());
#endif
}
}