diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-15 14:55:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-15 14:55:46 +0300 |
commit | ead11026d5df982b0a77f6e2e45326a23deccbad (patch) | |
tree | b861501d59a2b85ea15ba537d64446a4ab51e16b /src | |
parent | cf1e1132c6cd84ab68a065153247671e83bf298f (diff) | |
download | plus-ead11026d5df982b0a77f6e2e45326a23deccbad.tar.gz plus-ead11026d5df982b0a77f6e2e45326a23deccbad.tar.bz2 plus-ead11026d5df982b0a77f6e2e45326a23deccbad.tar.xz plus-ead11026d5df982b0a77f6e2e45326a23deccbad.zip |
fix build again.
Diffstat (limited to 'src')
-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; |