mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 03:17:39 +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
|
|
@ -64,7 +64,7 @@ public:
|
|||
|
||||
void fast_update ();
|
||||
|
||||
static PBD::Signal1<void, TriggerStrip*> CatchDeletion;
|
||||
static PBD::Signal<void(TriggerStrip*)> CatchDeletion;
|
||||
|
||||
protected:
|
||||
void self_delete ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue