Pass reference to showMovieTitle; Fix function name

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1959 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: 897a8293cd
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2011-12-08 (Thu, 08 Dec 2011)



------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2011-12-08 16:26:08 +00:00
parent fd29e081ba
commit 412a5abf7d
3 changed files with 9 additions and 9 deletions

View File

@@ -159,7 +159,7 @@ class CInfoViewer
void paintshowButtonBar();
void show_current_next(bool new_chan, int epgpos);
void reset_allScala();
void chack_channellogo_ca_SettingsChange();
void check_channellogo_ca_SettingsChange();
public:
bool chanready;
bool is_visible;
@@ -167,8 +167,8 @@ class CInfoViewer
uint32_t lcdUpdateTimer;
CInfoViewer();
void showMovieTitle(const int playState, const std::string title,
const std::string g_file_epg, const std::string g_file_epg1,
void showMovieTitle(const int playState, const std::string &title,
const std::string &g_file_epg, const std::string &g_file_epg1,
const int duration, const int curr_pos);
void start();