Skip to content

Commit e28e0df

Browse files
authored
Update WundergroundClient.h
1 parent e10fc08 commit e28e0df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WundergroundClient.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ class WundergroundClient: public JsonListener {
104104
void updateConditions(String apiKey, String language, String country, String city);
105105
void updateConditions(String apiKey, String language, String zmwCode);
106106
void updateForecast(String apiKey, String language, String country, String city);
107+
void updateForecast(String apiKey, String language, String zmwCode);
107108
void updateAstronomy(String apiKey, String language, String country, String city);
108109
void updateAlerts(String apiKey, String language, String country, String city); // Added by fowlerk, 18-Dec-2016
109110
void initMetric(boolean isMetric); // Added by fowlerk, 12/22/16, as an option to change metric setting other than at instantiation

0 commit comments

Comments
 (0)