midi surfaces: no reason for the connection handler to be virtual

This commit is contained in:
Paul Davis 2023-04-21 11:54:44 -06:00
parent 0eed821eb9
commit 9dc53f9400
1 changed files with 1 additions and 1 deletions

View File

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