aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-05-25 17:28:19 +0000
committerbloodstalker <thabogre@gmail.com>2017-05-25 17:28:19 +0000
commit9da85d94023dc65204ed3ddc49346840f7fe7b07 (patch)
tree0e1e0d3318f98ff9aa307a5c976d699998df3e47
parentchanged the destructor to virtual (diff)
downloadmutator-9da85d94023dc65204ed3ddc49346840f7fe7b07.tar.gz
mutator-9da85d94023dc65204ed3ddc49346840f7fe7b07.zip
not much
Diffstat (limited to '')
-rw-r--r--mutator_report.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutator_report.h b/mutator_report.h
index ee8041b..8f7d6ef 100644
--- a/mutator_report.h
+++ b/mutator_report.h
@@ -41,7 +41,7 @@ namespace Devi {
{
public:
XMLReportBase();
- ~XMLReportBase();
+ virtual ~XMLReportBase();
void CreateReport(void);