Skip to content

Commit f912a2a

Browse files
committed
[ntuple] remove const qualifier from RNTupleLocalRange members
1 parent 70da9f5 commit f912a2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tree/ntuple/inc/ROOT/RNTupleRange.hxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ public:
8080
// clang-format on
8181
class RNTupleLocalRange {
8282
private:
83-
const ROOT::DescriptorId_t fClusterId;
84-
const ROOT::NTupleSize_t fStart;
85-
const ROOT::NTupleSize_t fEnd;
83+
ROOT::DescriptorId_t fClusterId;
84+
ROOT::NTupleSize_t fStart;
85+
ROOT::NTupleSize_t fEnd;
8686

8787
public:
8888
class RIterator {

0 commit comments

Comments
 (0)