mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +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
|
|
@ -130,7 +130,7 @@ public:
|
|||
void toggle_rid_selection (int rid);
|
||||
void remove_rid_from_selection (int rid);
|
||||
|
||||
PBD::Signal0<void> ConnectionChange;
|
||||
PBD::Signal<void()> ConnectionChange;
|
||||
|
||||
CONTROL_PROTOCOL_THREADS_NEED_TEMPO_MAP_DECL();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue