diff --git a/sstables/consumer.hh b/sstables/consumer.hh index c90b60d11b..a46325700e 100644 --- a/sstables/consumer.hh +++ b/sstables/consumer.hh @@ -631,7 +631,7 @@ public: return _stream_position.position; } - const sstables::reader_position_tracker& reader_position() { + const sstables::reader_position_tracker& reader_position() const { return _stream_position; }