Browse Source

Fixed a typo in a comment

tags/2021-05-28
jules 9 years ago
parent
commit
a99d78318b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_osc/osc/juce_OSCSender.h

+ 1
- 1
modules/juce_osc/osc/juce_OSCSender.h View File

@@ -95,7 +95,7 @@ public:
This overrides the address and port that was originally set for this sender.
@param targetIPAddress The IP address to send to
@param targetPortNumber The target port number
@param message The OSC message to send.
@param bundle The OSC bundle to send.
@returns true if the operation was successful.
*/
bool sendToIPAddress (const String& targetIPAddress, int targetPortNumber,


Loading…
Cancel
Save