mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
fix “missing operator<< for PBD::ID” (clang)
This commit is contained in:
parent
5b748e20d8
commit
b7b1f9a0a6
1 changed files with 1 additions and 1 deletions
|
|
@ -562,7 +562,7 @@ GenericMidiControlProtocol::set_state (const XMLNode& node, int version)
|
|||
if ((prop = (*niter)->property ("id")) != 0) {
|
||||
|
||||
ID id = prop->value ();
|
||||
DEBUG_TRACE (DEBUG::GenericMidi, string_compose ("Relearned binding for session: Control ID: %1\n", id));
|
||||
DEBUG_TRACE (DEBUG::GenericMidi, string_compose ("Relearned binding for session: Control ID: %1\n", id.to_s()));
|
||||
Controllable* c = Controllable::by_id (id);
|
||||
|
||||
if (c) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue