diff options
Diffstat (limited to '')
-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); |