summaryrefslogtreecommitdiff
path: root/src/utils/xml/libxml.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/xml/libxml.cpp')
-rw-r--r--src/utils/xml/libxml.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/xml/libxml.cpp b/src/utils/xml/libxml.cpp
index ad4a73ddf..21a24fc67 100644
--- a/src/utils/xml/libxml.cpp
+++ b/src/utils/xml/libxml.cpp
@@ -82,6 +82,7 @@ namespace XML
Document::Document(const std::string &filename,
const UseResman useResman,
const SkipError skipError) :
+ Resource(),
mDoc(nullptr),
mIsValid(false)
{