Skip to content
Snippets Groups Projects
Commit 36d37473 authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'clang.L1TopoEvent-20170901' into 'master'

L1TopoEvent: Fix clang warnings.

See merge request !4373
parents f1b62adb cf5fe350
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