diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-29 22:38:01 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-29 22:38:01 +0300 |
commit | 1fe9a9f2002dc2d04bb52ec79ffa8c198e8f6c06 (patch) | |
tree | 2d7a5f379c70b16d12782f75568dab59de764551 /src/utils/xml/pugixml.cpp | |
parent | eac67bd477047c2da9a2aeabadd93554cccf0ed8 (diff) | |
download | mv-1fe9a9f2002dc2d04bb52ec79ffa8c198e8f6c06.tar.gz mv-1fe9a9f2002dc2d04bb52ec79ffa8c198e8f6c06.tar.bz2 mv-1fe9a9f2002dc2d04bb52ec79ffa8c198e8f6c06.tar.xz mv-1fe9a9f2002dc2d04bb52ec79ffa8c198e8f6c06.zip |
Fix code style.
Diffstat (limited to 'src/utils/xml/pugixml.cpp')
-rw-r--r-- | src/utils/xml/pugixml.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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) |