summaryrefslogtreecommitdiff
path: root/protocols/Weather/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Weather/src/stdafx.h')
-rw-r--r--protocols/Weather/src/stdafx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Weather/src/stdafx.h b/protocols/Weather/src/stdafx.h
index 0c462e8a6f..ea25f3f28c 100644
--- a/protocols/Weather/src/stdafx.h
+++ b/protocols/Weather/src/stdafx.h
@@ -205,7 +205,6 @@ struct MYOPTIONS
uint8_t DisCondIcon;
// popup options
- uint8_t UsePopup;
uint8_t UpdatePopup;
uint8_t AlertPopup;
uint8_t PopupOnChange;
@@ -526,7 +525,8 @@ struct CMPlugin : public PLUGIN<CMPlugin>
{
CMPlugin();
- HINSTANCE hIconsDll;
+ HINSTANCE hIconsDll = nullptr;
+ CMOption<bool> bPopups;
int Load() override;
int Unload() override;