Skip to content

Commit 63c8664

Browse files
committed
fixup! adapt
1 parent f256c31 commit 63c8664

File tree

1 file changed

+1
-1
lines changed
  • Framework/Core/include/Framework

1 file changed

+1
-1
lines changed

Framework/Core/include/Framework/ASoA.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2388,7 +2388,7 @@ O2HASH("TEST/0");
23882388
using column_t = _Name_; \
23892389
using spawnable_t = std::true_type; \
23902390
_Name_(arrow::ChunkedArray const* column) \
2391-
: o2::soa::Column<_Type_, _Name_>(o2::soa::ColumnIterator<type>(column)) \
2391+
: o2::soa::PersistentColumn<_Type_, _Name_>(o2::soa::ColumnIterator<type>(column)) \
23922392
{ \
23932393
} \
23942394
\

0 commit comments

Comments
 (0)