mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 10:21:10 +02:00
CVFD: make ShowText() use const char* to avoid ugly casts
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1549 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -144,7 +144,7 @@ class CVFD
|
||||
void Unlock();
|
||||
void Clear();
|
||||
void ShowIcon(vfd_icon icon, bool show);
|
||||
void ShowText(char * str);
|
||||
void ShowText(const char *str);
|
||||
MODES getMode(void) { return mode; };
|
||||
#ifdef LCD_UPDATE
|
||||
private:
|
||||
|
Reference in New Issue
Block a user