diff options
Diffstat (limited to 'src/utils/xml.h')
-rw-r--r-- | src/utils/xml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/xml.h b/src/utils/xml.h index 4889c4a1f..cba9e0a0e 100644 --- a/src/utils/xml.h +++ b/src/utils/xml.h @@ -76,7 +76,7 @@ namespace XML */ Document(const char *const data, const int size); - A_DELETE_COPY(Document); + A_DELETE_COPY(Document) /** * Destructor. Frees the loaded XML file. |