move Reply into compile unit
This commit is contained in:
parent
a9f54c44e9
commit
61d955f3de
@ -126,6 +126,6 @@ void OSRM::RunQuery(RouteParameters & route_parameters, http::Reply & reply) {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
reply = http::Reply::stockReply(http::Reply::badRequest);
|
||||
reply = http::Reply::StockReply(http::Reply::badRequest);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user