summaryrefslogtreecommitdiff
path: root/src/depricatedevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/depricatedevent.h')
-rw-r--r--src/depricatedevent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/depricatedevent.h b/src/depricatedevent.h
index b46de1647..611611bbf 100644
--- a/src/depricatedevent.h
+++ b/src/depricatedevent.h
@@ -52,7 +52,7 @@ class DepricatedEvent final
// String passed can be retivered with getName()
// and is to used to identify what type of event
// this is.
- DepricatedEvent(const DepricatedEvents name) :
+ explicit DepricatedEvent(const DepricatedEvents name) :
mDepricatedEventName(name)
{ }