8000 Hopefully satisfy MSVC (#10469) · arangodb/arangodb@cac2a27 · GitHub
[go: up one dir, main page]

Skip to content

Commit cac2a27

Browse files
goedderzKVS85
authored andcommitted
Hopefully satisfy MSVC (#10469)
1 parent 315a7ba commit cac2a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arangod/Aql/SingleRowFetcher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ bool SingleRowFetcher<blockPassthrough>::isAtShadowRow() const {
243243

244244
#ifndef ARANGODB_USE_GOOGLE_TESTS
245245
template std::pair<ExecutionState, SharedAqlItemBlockPtr>
246-
SingleRowFetcher<BlockPassthrough::Enable>::fetchBlockForPassthrough(size_t atMost);
246+
SingleRowFetcher<BlockPassthrough::Enable>::fetchBlockForPassthrough<BlockPassthrough::Enable, void>(size_t atMost);
247247
#endif
248248

249249
template class ::arangodb::aql::SingleRowFetcher<BlockPassthrough::Disable>;

0 commit comments

Comments
 (0)
0