summaryrefslogtreecommitdiff
path: root/plugingui/plugingui.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/plugingui.h')
-rw-r--r--plugingui/plugingui.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugingui/plugingui.h b/plugingui/plugingui.h
index bdb7da5..b57855a 100644
--- a/plugingui/plugingui.h
+++ b/plugingui/plugingui.h
@@ -63,10 +63,10 @@ public:
void handleMessage(Message* msg);
DGWindow* window{nullptr};
- EventHandler* eventhandler;
+ EventHandler* eventhandler{nullptr};
- Config* config;
+ Config* config{nullptr};
Notifier<> closeNotifier;