Replace PBD::Signals (1/2)

This commit is contained in:
Robin Gareus 2024-10-18 18:01:28 +02:00
parent 5808ab5608
commit 2d7cce44f1
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
163 changed files with 519 additions and 519 deletions

View file

@ -367,7 +367,7 @@ public:
XMLNode& get_state() const;
int set_state(const XMLNode &node, int version);
PBD::Signal0<void> ConnectionChange;
PBD::Signal<void()> ConnectionChange;
std::shared_ptr<ARDOUR::Port> input_port();
std::shared_ptr<ARDOUR::Port> output_port();