From 1fe9a9f2002dc2d04bb52ec79ffa8c198e8f6c06 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 29 Jul 2016 22:38:01 +0300 Subject: Fix code style. --- src/utils/xml/libxml.cpp | 1 + src/utils/xml/pugixml.cpp | 1 + 2 files changed, 2 insertions(+) (limited to 'src/utils') 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) { diff --git a/src/utils/xml/pugixml.cpp b/src/utils/xml/pugixml.cpp index d8795dd72..db47ae588 100644 --- a/src/utils/xml/pugixml.cpp +++ b/src/utils/xml/pugixml.cpp @@ -57,6 +57,7 @@ namespace XML Document::Document(const std::string &filename, const UseResman useResman, const SkipError skipError) : + Resource(), mDoc(), mData(nullptr), mIsValid(false) -- cgit v1.2.3-70-g09d2