Skip to content

Commit

Permalink
[test] init CB for group topology events
Browse files Browse the repository at this point in the history
  • Loading branch information
janbar committed Mar 2, 2016
1 parent 70abdaa commit ffaea01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit ffaea01

Please sign in to comment.