audioplayer/glcd: fix compiler warnings

Origin commit data
------------------
Commit: c6bd34abba
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-07-02 (Thu, 02 Jul 2020)

Origin message was:
------------------
- audioplayer/glcd: fix compiler warnings
This commit is contained in:
vanhofen
2020-07-02 00:21:17 +02:00
parent 1b499b398f
commit 7f86592151
2 changed files with 32 additions and 32 deletions

View File

@@ -117,11 +117,11 @@ class CAudioPlayerGui : public CMenuTarget
#if ENABLE_GRAPHLCD
struct tm *tm_struct;
int glcd_position;
std::string channel;
std::string epg;
std::string glcd_channel;
std::string glcd_epg;
std::string glcd_duration;
std::string start;
std::string end;
std::string glcd_start;
std::string glcd_end;
#endif
CAudioPlayList m_playlist;