1
0
Fork 0

Fix Windows compile error from network namespace. (#10133)

This commit is contained in:
Dan Larkin-York 2019-10-01 12:47:00 -04:00 committed by Jan
parent 2b743e0e61
commit c0f63856c2
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ AgentCallback::AgentCallback(Agent* agent, std::string const& slaveID, index_t l
void AgentCallback::shutdown() { _agent = nullptr; }
bool AgentCallback::operator()(network::Response const & r) {
bool AgentCallback::operator()(arangodb::network::Response const& r) {
if (r.ok()) {
if (_agent) {
auto body = r.slice();