Skip to content

Commit 38375f8

Browse files
silverweedhahnjo
authored andcommitted
[ntuple] use getter instead of pages.fPageInfo
1 parent 68aadbf commit 38375f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/io/hadd/merge_changeComp_check_output.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ int merge_changeComp_check_output(int expectedCompressionRNT, int expectedCompre
4444
for (const auto &column : desc->GetColumnIterable()) {
4545
const auto &pages = clusterDesc.GetPageRange(column.GetLogicalId());
4646
std::uint64_t pageIdx = 0;
47-
for (const auto &pageInfo : pages.fPageInfos) {
47+
for (const auto &pageInfo : pages.GetPageInfos()) {
4848
auto cluster = pool.GetCluster(clusterDesc.GetId(), {column.GetPhysicalId()});
4949
Internal::ROnDiskPage::Key key{column.GetPhysicalId(), pageIdx};
5050
auto onDiskPage = cluster->GetOnDiskPage(key);

0 commit comments

Comments
 (0)