diff options
Diffstat (limited to 'src/utils/physfsmemoryobject.h')
-rw-r--r-- | src/utils/physfsmemoryobject.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/physfsmemoryobject.h b/src/utils/physfsmemoryobject.h index fef3ec02c..62668b511 100644 --- a/src/utils/physfsmemoryobject.h +++ b/src/utils/physfsmemoryobject.h @@ -37,6 +37,8 @@ struct PHYSFSMemoryObject final { } + A_DELETE_COPY(PHYSFSMemoryObject) + std::string mName; std::string mAddFile; }; |