Skip to content

Commit 508099f

Browse files
committed
[ntuple] Make RFieldInfo members private
1 parent 8341e13 commit 508099f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tree/ntuple/v7/inc/ROOT/RNTupleDescriptor.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ public:
315315
// NOTE: We do not need to store the element size / uncompressed page size because we know to which column
316316
// the page belongs
317317
struct RPageInfo {
318-
protected:
318+
private:
319319
/// The sum of the elements of all the pages must match the corresponding fNElements field in fColumnRanges
320320
std::uint32_t fNElements = std::uint32_t(-1);
321321
/// The meaning of fLocator depends on the storage backend.

0 commit comments

Comments
 (0)