mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
CThemes: make saveFile and readFile accept const char* param
this removes the need for ugly (char *) casts
Origin commit data
------------------
Commit: 3fa68cae90
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-02-10 (Tue, 10 Feb 2015)
This commit is contained in:
committed by
Jacek Jendrzej
parent
1783407977
commit
de17dfee99
@@ -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