summaryrefslogtreecommitdiff
path: root/src/depricatedevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/depricatedevent.h')
-rw-r--r--src/depricatedevent.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/depricatedevent.h b/src/depricatedevent.h
index 611611bbf..c142ec0b1 100644
--- a/src/depricatedevent.h
+++ b/src/depricatedevent.h
@@ -53,7 +53,8 @@ class DepricatedEvent final
// and is to used to identify what type of event
// this is.
explicit DepricatedEvent(const DepricatedEvents name) :
- mDepricatedEventName(name)
+ mDepricatedEventName(name),
+ mData()
{ }
~DepricatedEvent();