diff options
| author | louis <louis.braun@gmx.de> | 2015-01-14 14:20:22 +0100 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2015-01-14 14:20:22 +0100 |
| commit | 3de7f8f13d2cef164b52a8dc1f5b09b3d4e12278 (patch) | |
| tree | 9618d7f34091562f332a49e9396d24d1e21874fa /views/viewhelpers.h | |
| parent | 645f625d79f8181e043fffc5bcbf4ad2a86f036a (diff) | |
| download | vdr-plugin-skindesigner-3de7f8f13d2cef164b52a8dc1f5b09b3d4e12278.tar.gz vdr-plugin-skindesigner-3de7f8f13d2cef164b52a8dc1f5b09b3d4e12278.tar.bz2 | |
added weather viewelement to metrix main menu
Diffstat (limited to 'views/viewhelpers.h')
| -rw-r--r-- | views/viewhelpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/viewhelpers.h b/views/viewhelpers.h index 82dd7c9..8e49554 100644 --- a/views/viewhelpers.h +++ b/views/viewhelpers.h @@ -16,7 +16,7 @@ protected: void SetScraperTokens(const cEvent *event, const cRecording *recording, map < string, string > &stringTokens, map < string, int > &intTokens, map < string, vector< map< string, string > > > &loopTokens); bool SetTime(map < string, string > &stringTokens, map < string, int > &intTokens); bool SetDate(map < string, string > &stringTokens, map < string, int > &intTokens); - void SetCurrentWeatherTokens(map < string, string > &stringTokens, map < string, int > &intTokens); + bool SetCurrentWeatherTokens(map < string, string > &stringTokens, map < string, int > &intTokens); public: cViewHelpers(void); virtual ~cViewHelpers(void); |
