diff options
author | bloodstalker <thabogre@gmail.com> | 2017-05-25 17:28:19 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-05-25 17:28:19 +0000 |
commit | 9da85d94023dc65204ed3ddc49346840f7fe7b07 (patch) | |
tree | 0e1e0d3318f98ff9aa307a5c976d699998df3e47 /mutator_report.h | |
parent | changed the destructor to virtual (diff) | |
download | mutator-9da85d94023dc65204ed3ddc49346840f7fe7b07.tar.gz mutator-9da85d94023dc65204ed3ddc49346840f7fe7b07.zip |
not much
Diffstat (limited to 'mutator_report.h')
-rw-r--r-- | mutator_report.h | 2 |
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); |