midi surfaces: no reason for the connection handler to be virtual
This commit is contained in:
parent
0eed821eb9
commit
9dc53f9400
@ -118,7 +118,7 @@ class MIDISurface : public ARDOUR::ControlProtocol
|
||||
|
||||
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;
|
||||
|
||||
virtual int ports_acquire ();
|
||||
|
Loading…
Reference in New Issue
Block a user