From 1b83b78c8344b40355d9238d2fbeaf9a9b348ef9 Mon Sep 17 00:00:00 2001 From: ipknHama Date: Thu, 7 Aug 2014 05:25:18 +0900 Subject: spliting header implementation into cpp files, routing.cpp created --- include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index 048a7fc..5720b46 100644 --- a/include/common.h +++ b/include/common.h @@ -18,7 +18,7 @@ namespace crow TRACE, }; - std::string method_name(HTTPMethod method) + inline std::string method_name(HTTPMethod method) { switch(method) { -- cgit v1.2.3-54-g00ecf