mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Replace PBD::Signals (1/2)
This commit is contained in:
parent
5808ab5608
commit
2d7cce44f1
163 changed files with 519 additions and 519 deletions
|
|
@ -45,7 +45,7 @@ using namespace Gtkmm2ext;
|
|||
using namespace PBD;
|
||||
|
||||
list<Bindings*> Bindings::bindings; /* global. Gulp */
|
||||
PBD::Signal1<void,Bindings*> Bindings::BindingsChanged;
|
||||
PBD::Signal<void(Bindings*)> Bindings::BindingsChanged;
|
||||
int Bindings::_drag_active = 0;
|
||||
|
||||
template <typename IteratorValueType>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue