Custom menu

Fork of Menu by Peihsun Yeh

Revision:
3:3fceb6ff921e
Parent:
1:84d263c8932d
Child:
4:396eff5be1a1
--- a/Selection.cpp	Tue Mar 05 21:24:37 2013 +0000
+++ b/Selection.cpp	Thu Feb 26 11:57:11 2015 +0000
@@ -2,5 +2,5 @@
 #include "Selection.h"
 #include "TextLCD.h"
 
-Selection::Selection(void (*fun)(), int position, Menu *child, char* text) : 
+Selection::Selection(void (*fun)(), int position, Menu *child, const char* text) :
     fun(fun), selText(text), pos(position), childMenu(child) {}