summaryrefslogtreecommitdiffstats
path: root/src/PatchageEvent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchageEvent.hpp')
-rw-r--r--src/PatchageEvent.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageEvent.hpp b/src/PatchageEvent.hpp
index 09f5803..3a4135d 100644
--- a/src/PatchageEvent.hpp
+++ b/src/PatchageEvent.hpp
@@ -49,7 +49,7 @@ public:
DISCONNECTION
};
- PatchageEvent(Type type=NULL_EVENT)
+ explicit PatchageEvent(Type type=NULL_EVENT)
: _str(NULL)
, _type(type)
{}