Fix optimized builds

This commit is contained in:
Robin Gareus
2025-06-07 01:53:33 +02:00
parent f31df0a1d1
commit 0803cac946

View File

@@ -497,8 +497,8 @@ SignalWithCombiner<Combiner, R(A...)>::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