summaryrefslogtreecommitdiff
path: root/src/utils/physfsmemoryobject.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-17 18:21:37 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-17 18:21:37 +0300
commitfe4eff7bbf665cf356271c19feccb80b99cf877b (patch)
treeb0d9e7fd4a5be4b1dd2ef5472953ed9aa718879d /src/utils/physfsmemoryobject.h
parent0f64a06317df182ab0ff4a0ae9fbe1aad880dcc0 (diff)
downloadManaVerse-fe4eff7bbf665cf356271c19feccb80b99cf877b.tar.gz
ManaVerse-fe4eff7bbf665cf356271c19feccb80b99cf877b.tar.bz2
ManaVerse-fe4eff7bbf665cf356271c19feccb80b99cf877b.tar.xz
ManaVerse-fe4eff7bbf665cf356271c19feccb80b99cf877b.zip
Add missing A_DEFAULT_COPY / A_DELETE_COPY into utils.
Diffstat (limited to 'src/utils/physfsmemoryobject.h')
-rw-r--r--src/utils/physfsmemoryobject.h2
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;
};