Skip to content

Commit cf5bcf7

Browse files
mconcassawenzel
authored andcommitted
Try to fix codechecker
1 parent 069d639 commit cf5bcf7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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() = default;
25+
~A3Pipe();
2626
A3Pipe(const char* name,
2727
const char* title = "Alice 3 Pipe",
2828
const float innerRho = 0.f,

Detectors/Upgrades/ALICE3/Passive/src/A3Pipe.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ A3Pipe::A3Pipe(const char* name,
4444
{
4545
}
4646

47+
A3Pipe::~A3Pipe() = default;
4748
A3Pipe& A3Pipe::operator=(const A3Pipe& rhs)
4849
{
4950
// self assignment

0 commit comments

Comments
 (0)