diff options
Diffstat (limited to 'mutator_report.h')
-rw-r--r-- | mutator_report.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mutator_report.h b/mutator_report.h index e6b1936..ee8041b 100644 --- a/mutator_report.h +++ b/mutator_report.h @@ -47,9 +47,9 @@ namespace Devi { virtual void AddNode(void) = 0; - void SaveReport(void); + void SaveReport(const char*); - private: + protected: XMLDocument Doc; XMLElement* RootPointer; }; |