13
0

fix optimized build compilation

This commit is contained in:
Robin Gareus 2016-08-19 22:38:10 +02:00
parent c1b950373f
commit a83febb268

View File

@ -330,8 +330,8 @@ Keyboard::snooper (GtkWidget *widget, GdkEventKey *event)
DEBUG_STR_APPEND(a, '\n');
DEBUG_TRACE (DEBUG::Keyboard, DEBUG_STR(a).str());
}
}
#endif /* NDEBUG */
}
}
if (modifier_state_equals (event->state, PrimaryModifier)) {