summaryrefslogtreecommitdiff
path: root/lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'lcd.h')
-rw-r--r--lcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcd.h b/lcd.h
index a90ab97..fe7aa07 100644
--- a/lcd.h
+++ b/lcd.h
@@ -69,7 +69,7 @@ class cLcd : public cThread {
void BeginMutualExclusion();
void EndMutualExclusion();
void Copy(char *to, const char *from, unsigned int max);
- void Split(const char *string, char *string1, char *string2);
+ void Split(char *string, char *string1, char *string2);
void Write(int line, const char *string);
void GetTimeDateStat( char *string, unsigned int OutStateData[] );
void Action(void);