Skip to content

Commit

Permalink
Merge pull request DaedalicEntertainment#23 from codemonkey-uk/develop
Browse files Browse the repository at this point in the history
added virtual destructor to FDaeTestReportWriter
  • Loading branch information
janousch authored Mar 14, 2022
2 parents 9b6c809 + 8583c00 commit ea13c15
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ class DAEDALICTESTAUTOMATIONPLUGIN_API FDaeTestReportWriter
virtual void WriteReport(const TArray<FDaeTestSuiteResult>& TestSuites,
const FString& ReportPath) const = 0;

/** virtual destructor, required for Linux/Android builds */
virtual ~FDaeTestReportWriter() {}

protected:
/** Gets the total number of tests among the passed test suites. */
int32 NumTotalTests(const TArray<FDaeTestSuiteResult>& TestSuites) const;
Expand Down

0 comments on commit ea13c15

Please sign in to comment.