fdsg

Dependencies:   BLE_API MicroBitEffectsPedal nRF51822

Fork of microbit-dal by Lancaster University

Revision:
51:9198e7bb83dc
Parent:
1:8aa5cdb4ab67
Child:
52:3db7b4d64316
--- a/inc/types/ManagedString.h	Wed Jul 13 12:18:29 2016 +0100
+++ b/inc/types/ManagedString.h	Wed Jul 13 12:18:30 2016 +0100
@@ -314,7 +314,7 @@
       * display.scroll(s + p) // scrolls "abcdefgh"
       * @endcode
       */
-    ManagedString operator+ (ManagedString& s);
+    ManagedString operator+ (const ManagedString& s);
 
     /**
       * Provides a character value at a given position in the string, indexed from zero.
@@ -396,4 +396,4 @@
 
 };
 
-#endif
+#endif
\ No newline at end of file