diff options
Diffstat (limited to 'protocols/Weather/src/stdafx.h')
| -rw-r--r-- | protocols/Weather/src/stdafx.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/protocols/Weather/src/stdafx.h b/protocols/Weather/src/stdafx.h index 96e5410c71..eec03bd13e 100644 --- a/protocols/Weather/src/stdafx.h +++ b/protocols/Weather/src/stdafx.h @@ -113,6 +113,15 @@ enum EWeatherCondition #define SM_WEATHERALERT 16
#define WM_UPDATEDATA (WM_USER + 2687)
+struct WeatherReply : public JsonReply
+{
+ WeatherReply(MHttpResponse *response) :
+ JsonReply(response)
+ {
+ delete response;
+ }
+};
+
/////////////////////////////////////////////////////////////////////////////////////////
// GLOBAL VARIABLES
|
