Skip to content

Commit

Permalink
Merge pull request #1741 from ryanbartley/OscSampleFix
Browse files Browse the repository at this point in the history
Incorrect localPort value in sample
  • Loading branch information
andrewfb committed Feb 2, 2017
2 parents e8ecf9e + a3e3f41 commit 483018c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class SimpleReceiverApp : public App {
};

SimpleReceiverApp::SimpleReceiverApp()
: mReceiver( 3000 )
: mReceiver( localPort )
{
}

Expand Down

0 comments on commit 483018c

Please sign in to comment.