summaryrefslogtreecommitdiff
path: root/views/viewhelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/viewhelpers.h')
-rw-r--r--views/viewhelpers.h2
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);