mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +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
|
|
@ -75,7 +75,7 @@ public:
|
|||
double upper () const { return _upper; }
|
||||
double normal () const { return _normal; }
|
||||
|
||||
PBD::Signal1<void, int> ValueChanged;
|
||||
PBD::Signal<void(int)> ValueChanged;
|
||||
|
||||
protected:
|
||||
double _lower;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue