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:
parent
28b7f42992
commit
3d45564712
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ private:
|
|||
|
||||
void timerCallback() override
|
||||
{
|
||||
send (newClientOSCAddress, clientName + ":" + getIPAddress()
|
||||
send (newClientOSCAddress, clientName + ":" + IPAddress::getLocalAddress().toString()
|
||||
+ ":" + getScreenAreaInGlobalSpace().toString());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue