mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
Revert "PortEngineSharedImpl callbacks should not be pure virtual"
This reverts commit a13ef36b3b.
A better fix is coming.
This commit is contained in:
parent
5b6e2b088e
commit
09b51f3901
1 changed files with 2 additions and 2 deletions
|
|
@ -154,8 +154,8 @@ public:
|
|||
bool physically_connected (PortEngine::PortHandle, bool process_callback_safe);
|
||||
int get_connections (PortEngine::PortHandle, std::vector<std::string>&, bool process_callback_safe);
|
||||
|
||||
virtual void port_connect_callback (const std::string& a, const std::string& b, bool conn) {}
|
||||
virtual void port_connect_add_remove_callback () {}
|
||||
virtual void port_connect_callback (const std::string& a, const std::string& b, bool conn) = 0;
|
||||
virtual void port_connect_add_remove_callback () = 0;
|
||||
|
||||
protected:
|
||||
std::string _instance_name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue