Skip to content

Commit 73975c6

Browse files
fix build
1 parent 7706afe commit 73975c6

File tree

1 file changed

+1
-1
lines changed
  • ydb/core/tx/columnshard/engines/reader/common_reader/iterator

1 file changed

+1
-1
lines changed

ydb/core/tx/columnshard/engines/reader/common_reader/iterator/fetching.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class TFetchingScript {
122122
}
123123

124124
void AddStepDuration(const ui32 index, const TDuration d) {
125-
AtomicSet(&FinishInstant, TMonotonic::Now().MicroSeconds());
125+
AtomicSet(FinishInstant, TMonotonic::Now().MicroSeconds());
126126
GetStep(index)->AddDuration(d);
127127
}
128128

0 commit comments

Comments
 (0)