Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit d5051b5

Browse files
committed
Fix Windows build.
Signed-off-by: ienkovich <[email protected]>
1 parent 93c9f44 commit d5051b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omniscidb/Shared/quantile.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ class ChunkedArray {
156156
return chunk_offs_ <= other.chunk_offs_;
157157
}
158158

159-
T& operator*() {
159+
T& operator*() const {
160160
auto data = reinterpret_cast<T*>((*chunks_)[chunk_idx_].data);
161161
return data[chunk_offs_];
162162
}

0 commit comments

Comments
 (0)