Replace PBD::Signals (2/2)

This commit is contained in:
Robin Gareus 2024-10-18 18:03:28 +02:00
parent 2d7cce44f1
commit 2339b4dfdc
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
49 changed files with 76 additions and 76 deletions

View file

@ -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;