mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
CThemes: make saveFile and readFile accept const char* param
this removes the need for ugly (char *) casts
This commit is contained in:
committed by
Jacek Jendrzej
parent
63d8c8e90b
commit
3fa68cae90
@@ -40,8 +40,8 @@ class CThemes : public CMenuTarget, CChangeObserver
|
||||
bool hasThemeChanged;
|
||||
|
||||
int Show();
|
||||
void readFile(char* themename);
|
||||
void saveFile(char* themename);
|
||||
void readFile(const char *themename);
|
||||
void saveFile(const char *themename);
|
||||
void readThemes(CMenuWidget &);
|
||||
void rememberOldTheme(bool remember);
|
||||
void move_userDir();
|
||||
|
Reference in New Issue
Block a user