Skip to content

Commit 8936fef

Browse files
mconcassawenzel
authored andcommitted
Add override to destructor
1 parent 51088ee commit 8936fef

File tree

1 file changed

+1
-1
lines changed
  • Detectors/Upgrades/ALICE3/Passive/include/A3DetectorsPassive

1 file changed

+1
-1
lines changed

Detectors/Upgrades/ALICE3/Passive/include/A3DetectorsPassive/A3Pipe.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class A3Pipe : public A3PassiveBase
2222
{
2323
public:
2424
A3Pipe();
25-
~A3Pipe();
25+
~A3Pipe() override;
2626
A3Pipe(const char* name,
2727
const char* title = "Alice 3 Pipe",
2828
const float innerRho = 0.f,

0 commit comments

Comments
 (0)