diff options
author | bloodstalker <thabogre@gmail.com> | 2017-01-31 14:07:42 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-01-31 14:07:42 +0000 |
commit | 467ce79c480ee3abbd90eb41083325237dbabf8f (patch) | |
tree | 6b941dbead50bbe8d2a4e117991bd5fd961b2247 | |
parent | added the namespace attibute to the xml report (diff) | |
download | mutator-467ce79c480ee3abbd90eb41083325237dbabf8f.tar.gz mutator-467ce79c480ee3abbd90eb41083325237dbabf8f.zip |
added the namespace attibute to the xml report
-rw-r--r-- | mutator_aux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mutator_aux.h b/mutator_aux.h index c70d04e..1236698 100644 --- a/mutator_aux.h +++ b/mutator_aux.h @@ -70,7 +70,7 @@ public: private: XMLDocument XMLReportDoc; - XMLNode* RootPointer; + XMLElement* RootPointer; }; /*********************************************************************************************************************/ class JSONReport |