Skip to content

Commit e4d1bde

Browse files
committed
fixup! move is_metadata trait to soa
1 parent 51a373d commit e4d1bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/include/Framework/AnalysisHelpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ struct ProducesGroup {
192192
};
193193

194194
/// Helper template for table transformations
195-
template <o2::aod::is_metadata M, soa::TableRef Ref>
195+
template <soa::is_metadata M, soa::TableRef Ref>
196196
struct TableTransform {
197197
using metadata = M;
198198
constexpr static auto sources = M::sources;

0 commit comments

Comments
 (0)