diff options
Diffstat (limited to 'protocols/Weather/src/weather_update.cpp')
| -rw-r--r-- | protocols/Weather/src/weather_update.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Weather/src/weather_update.cpp b/protocols/Weather/src/weather_update.cpp index d3a3fdfb90..15713e110e 100644 --- a/protocols/Weather/src/weather_update.cpp +++ b/protocols/Weather/src/weather_update.cpp @@ -411,7 +411,7 @@ int CWeatherProto::GetWeatherData(MCONTACT hContact) uint16_t cond = NA; // download the html file from the internet - JsonReply reply(RunQuery(id, 7)); + WeatherReply reply(RunQuery(id, 7)); if (!reply) return reply.error(); |
