diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-06-29 00:28:06 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-06-29 00:28:06 +0000 | 
| commit | 120aa45d42fa915acf4c474c7186b7d7f3b78082 (patch) | |
| tree | 978c5f1929cf9d14933012b3d0af1152c8e429ad | |
| parent | added the schema tests for mutagen report (diff) | |
| download | mutator-120aa45d42fa915acf4c474c7186b7d7f3b78082.tar.gz mutator-120aa45d42fa915acf4c474c7186b7d7f3b78082.zip | |
fixed a bad namespace for mutagen report
| -rw-r--r-- | mutator-lvl0.h | 2 | 
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()  | 
