summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index 6adc3fb..e7812c6 100644
--- a/config.h
+++ b/config.h
@@ -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