mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
infoviewer_bb: remove unnecessary (char *) casts
change paint_ca_icons to accept (const char *) to achieve this
Origin commit data
------------------
Commit: dc99e757e9
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
6cd63c1624
commit
d95c9ee218
@@ -115,7 +115,7 @@ class CInfoViewerBB
|
||||
bool checkBBIcon(const char * const icon, int *w, int *h);
|
||||
void showIcon_DD(void);
|
||||
|
||||
void paint_ca_icons(int, char*, int&);
|
||||
void paint_ca_icons(int, const char*, int&);
|
||||
void paintCA_bar(int,int);
|
||||
void showOne_CAIcon();
|
||||
void changePB(void);
|
||||
|
Reference in New Issue
Block a user