Fix compile errors on Linux.

This commit is contained in:
Chunting Gu
2018-05-12 09:05:11 +08:00
parent b6ebba771b
commit 5e6f125f90
5 changed files with 51 additions and 45 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ class TestRestService : public RestService {
public:
bool Handle(const std::string& http_method,
const std::vector<std::string>& url_sub_matches,
const std::map<std::string, std::string>& query,
const webcc::UrlQuery& query,
const std::string& request_content,
std::string* response_content) override {
return true;