8000 fix compilation error · waveray/arangodb@6e9ddf6 · GitHub
Skip to content

Commit 6e9ddf6

Browse files
committed
fix compilation error
1 parent adc8ecb commit 6e9ddf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arangod/Aql/SingleRowFetcher.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class SingleRowFetcher {
9595
// and the global state (like fetchShadowRow()).
9696
// Currently necessary only in the SubqueryStartExecutor.
9797
[[nodiscard]] RowWithStates fetchRowWithGlobalState(
98-
size_t atMost = ExecutionBlock::DefaultBatchSize());
98+
size_t atMost = ExecutionBlock::DefaultBatchSize);
9999

100100
// NOLINTNEXTLINE google-default-arguments
101101
[[nodiscard]] TEST_VIRTUAL std::pair<ExecutionState, ShadowAqlItemRow> fetchShadowRow(

0 commit comments

Comments
 (0)
0