Big Mouth Billy Bass automation library

Dependents:   BillyBass_with_SD

Revision:
2:eaba75af0f0d
Parent:
1:9b1f3eb204ac
Child:
3:6c91a6232c4a
--- a/song.hpp	Tue Jun 18 00:07:47 2013 +0000
+++ b/song.hpp	Tue Jun 18 06:12:48 2013 +0000
@@ -44,7 +44,7 @@
         strcpy(extension, textExtension);
         return fullname;
     }
-    actions_t const &getActions() const {
+    actions_t &getActions() {
         return actions;
     }