aboutsummaryrefslogtreecommitdiffstats
path: root/mutator-lvl0.h
diff options
context:
space:
mode:
Diffstat (limited to 'mutator-lvl0.h')
-rw-r--r--mutator-lvl0.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutator-lvl0.h b/mutator-lvl0.h
index 00b09db..9fde0c6 100644
--- a/mutator-lvl0.h
+++ b/mutator-lvl0.h
@@ -374,7 +374,7 @@ class mutagenAncestryReport// : public Devi::XMLReportBase
mutagenAncestryReport(std::vector<std::vector<std::string>> __dss, std::vector<WeakPoint> __wps) : DoomedStrains(__dss), WeakPoints(__wps)
{
RootPointer = Doc.NewElement("mutagen:Report");
- RootPointer->SetAttribute("xmlns:mutator", "http://www.w3.org/2001/XMLSchema");
+ RootPointer->SetAttribute("xmlns:mutagen", "http://www.w3.org/2001/XMLSchema");
}
~mutagenAncestryReport()