mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +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 @@ using namespace ARDOUR;
|
|||
using namespace ARDOUR_UI_UTILS;
|
||||
using namespace Gtkmm2ext;
|
||||
|
||||
PBD::Signal1<void,ArdourMarker*> ArdourMarker::CatchDeletion;
|
||||
PBD::Signal<void(ArdourMarker*)> ArdourMarker::CatchDeletion;
|
||||
|
||||
static double marker_height = 13.0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue