aboutsummaryrefslogtreecommitdiffstats
path: root/mutator-lvl0.h
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-06-29 00:28:06 +0000
committerbloodstalker <thabogre@gmail.com>2017-06-29 00:28:06 +0000
commit120aa45d42fa915acf4c474c7186b7d7f3b78082 (patch)
tree978c5f1929cf9d14933012b3d0af1152c8e429ad /mutator-lvl0.h
parentadded the schema tests for mutagen report (diff)
downloadmutator-120aa45d42fa915acf4c474c7186b7d7f3b78082.tar.gz
mutator-120aa45d42fa915acf4c474c7186b7d7f3b78082.zip
fixed a bad namespace for mutagen report
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()