aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-01-31 14:07:42 +0000
committerbloodstalker <thabogre@gmail.com>2017-01-31 14:07:42 +0000
commit467ce79c480ee3abbd90eb41083325237dbabf8f (patch)
tree6b941dbead50bbe8d2a4e117991bd5fd961b2247
parentadded the namespace attibute to the xml report (diff)
downloadmutator-467ce79c480ee3abbd90eb41083325237dbabf8f.tar.gz
mutator-467ce79c480ee3abbd90eb41083325237dbabf8f.zip
added the namespace attibute to the xml report
Diffstat (limited to '')
-rw-r--r--mutator_aux.h2
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