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