Skip to content
Snippets Groups Projects
Commit cf5fe350 authored by Scott Snyder's avatar Scott Snyder Committed by scott snyder
Browse files

L1TopoEvent: Fix clang warnings.

Classes with virtual methods should have virtual destructors.
parent 9a24e08c
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ namespace TCS {
class BaseTOB {
public:
BaseTOB(int roiWord);
virtual ~BaseTOB() {}
virtual void print(std::ostream&) const = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment