support OSC-string

Dependents:   OSCtoCVConverter

Fork of OSC by Toby Harris

Revision:
1:63b72e393989
Parent:
0:fdea65150534
Child:
2:507dea4cc97a
--- a/mbedOSC.h	Sun Apr 15 15:50:42 2012 +0000
+++ b/mbedOSC.h	Fri Jul 26 22:10:20 2013 +0000
@@ -253,7 +253,7 @@
     
     /** Create an object to send and receive OSC messages */
     OSCClass();
-    
+    ~OSCClass();
 /**
  This sets "binds" the received message to the receiver container of the communication object
  @param[in] _mes A pointer to the "receiveing" OSC message (OSCMessage *)