move Reply into compile unit

This commit is contained in:
Dennis Luxen 2013-11-13 18:42:57 -05:00
parent a9f54c44e9
commit 61d955f3de

View File

@ -126,6 +126,6 @@ void OSRM::RunQuery(RouteParameters & route_parameters, http::Reply & reply) {
} }
} }
} else { } else {
reply = http::Reply::stockReply(http::Reply::badRequest); reply = http::Reply::StockReply(http::Reply::badRequest);
} }
} }