Skip to content

Commit

Permalink
add virtual destructor to task vector (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karsten1987 authored Aug 27, 2019
1 parent 1e4f973 commit 21c0dae
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ class DiagnosticTaskVector
const std::vector<DiagnosticTaskInternal> & getTasks() {return tasks_;}

public:
virtual ~DiagnosticTaskVector() {}

/**
* \brief Add a DiagnosticTask embodied by a name and function to the
* DiagnosticTaskVector
Expand Down

0 comments on commit 21c0dae

Please sign in to comment.