Skip to content
Snippets Groups Projects
Commit 752934dc authored by Julien Malik's avatar Julien Malik
Browse files

COMP: virtual destructor for MsgReporter

parent ffd25b53
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ public:
protected:
// Constructor and destructor
MsgReporter();
~MsgReporter() {};
virtual ~MsgReporter() {}
private:
MsgReporter(const Self&); //purposely not implemented
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment