summaryrefslogtreecommitdiff
path: root/src/resources/map/mapitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/map/mapitem.h')
-rw-r--r--src/resources/map/mapitem.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/resources/map/mapitem.h b/src/resources/map/mapitem.h
index c8bcf1cda..cefbaea57 100644
--- a/src/resources/map/mapitem.h
+++ b/src/resources/map/mapitem.h
@@ -39,9 +39,13 @@ class MapItem final
explicit MapItem(const int type);
- MapItem(const int type, std::string comment);
+ MapItem(const int type,
+ const std::string &comment);
- MapItem(const int type, std::string comment, const int x, const int y);
+ MapItem(const int type,
+ const std::string &comment,
+ const int x,
+ const int y);
A_DELETE_COPY(MapItem)