diff options
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/mapdb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/mapdb.h b/src/resources/mapdb.h index 9e0407f66..4d444a08c 100644 --- a/src/resources/mapdb.h +++ b/src/resources/mapdb.h @@ -41,6 +41,8 @@ namespace MapDB { } + A_DELETE_COPY(MapInfo) + std::string atlas; const StringVect *files; }; |