summaryrefslogtreecommitdiff
path: root/src/utils/xml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/xml.h')
-rw-r--r--src/utils/xml.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/xml.h b/src/utils/xml.h
index ad54f4b28..4889c4a1f 100644
--- a/src/utils/xml.h
+++ b/src/utils/xml.h
@@ -76,6 +76,8 @@ namespace XML
*/
Document(const char *const data, const int size);
+ A_DELETE_COPY(Document);
+
/**
* Destructor. Frees the loaded XML file.
*/