mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Replace PBD::Signals (2/2)
This commit is contained in:
parent
2d7cce44f1
commit
2339b4dfdc
49 changed files with 76 additions and 76 deletions
|
|
@ -103,7 +103,7 @@ using namespace std;
|
|||
using namespace ArdourMeter;
|
||||
|
||||
MixerStrip* MixerStrip::_entered_mixer_strip;
|
||||
PBD::Signal1<void,MixerStrip*> MixerStrip::CatchDeletion;
|
||||
PBD::Signal<void(MixerStrip*)> MixerStrip::CatchDeletion;
|
||||
|
||||
#define PX_SCALE(px) std::max((float)px, rintf((float)px * UIConfiguration::instance().get_ui_scale()))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue