mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
fix optimized build compilation
This commit is contained in:
parent
c1b950373f
commit
a83febb268
1 changed files with 1 additions and 1 deletions
|
|
@ -330,8 +330,8 @@ Keyboard::snooper (GtkWidget *widget, GdkEventKey *event)
|
||||||
DEBUG_STR_APPEND(a, '\n');
|
DEBUG_STR_APPEND(a, '\n');
|
||||||
DEBUG_TRACE (DEBUG::Keyboard, DEBUG_STR(a).str());
|
DEBUG_TRACE (DEBUG::Keyboard, DEBUG_STR(a).str());
|
||||||
}
|
}
|
||||||
}
|
|
||||||
#endif /* NDEBUG */
|
#endif /* NDEBUG */
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (modifier_state_equals (event->state, PrimaryModifier)) {
|
if (modifier_state_equals (event->state, PrimaryModifier)) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue