summaryrefslogtreecommitdiff
path: root/libs/ardour/audioengine.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2019-01-16 01:17:52 +0100
committerRobin Gareus <robin@gareus.org>2019-01-16 01:17:52 +0100
commitcd70c6bda5b34bc254a5bf0f1e462f988c631f6a (patch)
treeea4894a4f132027bb3c28703bdfdf984dfc6caed /libs/ardour/audioengine.cc
parent8b71967be9c35213cb670d3057ffdd699fe23af3 (diff)
Fix ambiguity introduced in 91ed9840d
(bool) false == 0 == (const char*) NULL error: ISO C++ says that these are ambiguous, even though the worst conversion for the first is better than the worst conversion for the second: actions.h:92: note: candidate 1: Glib::RefPtr<Gtk::Action> ActionManager::get_action(const char*, const char*, bool) actions.h:91: note: candidate 2: Glib::RefPtr<Gtk::Action> ActionManager::get_action(const std::string&, bool)
Diffstat (limited to 'libs/ardour/audioengine.cc')
0 files changed, 0 insertions, 0 deletions