diff --git a/common/JackNetDriver.cpp b/common/JackNetDriver.cpp index fe27c6d2..a71db288 100644 --- a/common/JackNetDriver.cpp +++ b/common/JackNetDriver.cpp @@ -100,6 +100,7 @@ namespace Jack } #endif + // Attach and Detach are defined as empty methods: port allocation is done when driver actually start (that is in Init) int JackNetDriver::Attach() { return 0;