diff options
Diffstat (limited to 'src/maplayer.h')
-rw-r--r-- | src/maplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/maplayer.h b/src/maplayer.h index b4a43529d..d934817b0 100644 --- a/src/maplayer.h +++ b/src/maplayer.h @@ -244,7 +244,7 @@ class MapItem final MapItem(); - MapItem(const int type); + explicit MapItem(const int type); MapItem(const int type, std::string comment); |