Skip to content

Commit 237c6a9

Browse files
committed
[io] ROOT::Detail::TKeyMapIterable: return ref in operator++()
1 parent b556baf commit 237c6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io/io/inc/TFile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class TKeyMapIterable {
109109

110110
TIterator(TFile *file, std::uint64_t addr);
111111

112-
iterator operator++()
112+
iterator &operator++()
113113
{
114114
Advance();
115115
return *this;

0 commit comments

Comments
 (0)