diff --git a/libs/pbd/pbd/signals.h b/libs/pbd/pbd/signals.h index aeb711b96e..e4d3f25272 100644 --- a/libs/pbd/pbd/signals.h +++ b/libs/pbd/pbd/signals.h @@ -497,8 +497,8 @@ SignalWithCombiner::operator() (A... a) if (_debug_emission) { std::cerr << "signal @ " << this << " connection " << c << " of " << _slots.size() << " was no longer in the slot list\n"; } - } #endif + } } #ifdef DEBUG_PBD_SIGNAL_EMISSION