From 88052c9d3dbe22c5ce16ea03dadd00d85ee03b56 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 31 Dec 2015 16:30:14 +0100 Subject: Fix a couple of errors detected by coverity. --- plugingui/plugingui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugingui/plugingui.h') 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; -- cgit v1.2.3