aboutsummaryrefslogtreecommitdiff
path: root/src/map.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.hh')
-rw-r--r--src/map.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map.hh b/src/map.hh
index 571def0..bbd77fc 100644
--- a/src/map.hh
+++ b/src/map.hh
@@ -31,7 +31,7 @@ enum : int {
struct Object {
constexpr Object(void) : ObjectID(0) {}
- constexpr Object(uint32 ObjectID): ObjectID(ObjectID) {}
+ constexpr explicit Object(uint32 ObjectID): ObjectID(ObjectID) {}
bool exists(void);
ObjectType getObjectType(void);