Skip to content

Commit

Permalink
add virtual destructor to task vector (ros#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karsten1987 committed Aug 27, 2019
1 parent 7672656 commit 4976511
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 4976511

Please sign in to comment.