diff options
-rw-r--r-- | src/resources/mapinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/mapinfo.h b/src/resources/mapinfo.h index 13abbed1b..65926c757 100644 --- a/src/resources/mapinfo.h +++ b/src/resources/mapinfo.h @@ -34,7 +34,7 @@ struct MapInfo final { } - A_DELETE_COPY(MapInfo) + A_DEFAULT_COPY(MapInfo) std::string atlas; const StringVect *files; |