8000 attempt to fix windows build #2 · arangodb/arangodb@acace89 · GitHub
[go: up one dir, main page]

Skip to content

Commit acace89

Browse files
committed
attempt to fix windows build #2
1 parent 9cf4261 commit acace89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arangod/Agency/Node.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,5 +1018,5 @@ NodePtr consensus::Node::allocateNode(Args&&... args) {
10181018

10191019
// Create an explicit instantiation for VPackString using the Node
10201020
// AccountingAllocator
1021-
template class arangodb::velocypack::BasicString<
1021+
template struct arangodb::velocypack::BasicString<
10221022
typename arangodb::consensus::Node::allocator_type::rebind<uint8_t>::type>;

0 commit comments

Comments
 (0)
0