mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 22:26:29 +01:00
midi surfaces: no reason for the connection handler to be virtual
This commit is contained in:
parent
0eed821eb9
commit
9dc53f9400
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ class MIDISurface : public ARDOUR::ControlProtocol
|
||||||
|
|
||||||
int _connection_state;
|
int _connection_state;
|
||||||
|
|
||||||
virtual bool connection_handler (std::weak_ptr<ARDOUR::Port>, std::string name1, std::weak_ptr<ARDOUR::Port>, std::string name2, bool yn);
|
bool connection_handler (std::weak_ptr<ARDOUR::Port>, std::string name1, std::weak_ptr<ARDOUR::Port>, std::string name2, bool yn);
|
||||||
PBD::ScopedConnectionList port_connections;
|
PBD::ScopedConnectionList port_connections;
|
||||||
|
|
||||||
virtual int ports_acquire ();
|
virtual int ports_acquire ();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue