Skip to content

Commit b0fc846

Browse files
vkuceraktf
authored andcommitted
Fix the #define guard.
1 parent 2cc12c1 commit b0fc846

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Analysis/DataModel/include/Analysis/RecoDecay.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
///
1414
/// \author Vít Kučera <vit.kucera@cern.ch>, CERN
1515

16-
#ifndef RECODECAY_H
17-
#define RECODECAY_H
16+
#ifndef O2_ANALYSIS_RECODECAY_H_
17+
#define O2_ANALYSIS_RECODECAY_H_
1818

1919
#include <tuple>
2020
#include <vector>
@@ -376,4 +376,4 @@ class RecoDecay
376376

377377
std::vector<std::tuple<int, double>> RecoDecay::mListMass;
378378

379-
#endif // RECODECAY_H
379+
#endif // O2_ANALYSIS_RECODECAY_H_

0 commit comments

Comments
 (0)