diff --git a/test/src/test.cpp b/test/src/test.cpp index 8c993b9..7ea44f5 100644 --- a/test/src/test.cpp +++ b/test/src/test.cpp @@ -51,7 +51,7 @@ int main(int argc, char** argv) { - SONOS::System sonos; + SONOS::System sonos(0, handleEventCB); if (sonos.Discover()) { fprintf(stderr, "Discovered !!!\n");