1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Fixed a build error in the NetworkGraphicsDemo code

This commit is contained in:
jules 2018-07-06 14:08:27 +01:00
parent 28b7f42992
commit 3d45564712

View file

@ -201,7 +201,7 @@ private:
void timerCallback() override
{
send (newClientOSCAddress, clientName + ":" + getIPAddress()
send (newClientOSCAddress, clientName + ":" + IPAddress::getLocalAddress().toString()
+ ":" + getScreenAreaInGlobalSpace().toString());
}