From 467ce79c480ee3abbd90eb41083325237dbabf8f Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 31 Jan 2017 17:37:42 +0330 Subject: added the namespace attibute to the xml report --- mutator_aux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3