diff options
Diffstat (limited to 'src/resources/map')
-rw-r--r-- | src/resources/map/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/map/map.h b/src/resources/map/map.h index e8b3a8e97..dc8c880b1 100644 --- a/src/resources/map/map.h +++ b/src/resources/map/map.h @@ -410,7 +410,7 @@ class Map final : public Properties, public ConfigListener { } - const std::string file; + const2 std::string file; const2 int x; const2 int y; const2 int w; |