diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,8 +13,10 @@ public: ~cWeatherforecastConfig(); bool SetupParse(const char *Name, const char *Value); int hoursToUpdate; + int userHoursToUpdate; string city; float lat; float lon; + string userApiKey; }; #endif //__WEATHERFORECAST_CONFIG_H |