aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authoripknHama <ipknhama@gmail.com>2014-08-07 05:25:18 +0900
committeripknHama <ipknhama@gmail.com>2014-08-07 05:25:18 +0900
commit1b83b78c8344b40355d9238d2fbeaf9a9b348ef9 (patch)
tree511883ce1342fb01e77e8bfec706b1817a2c9a99 /include/common.h
parente70380e003ae28822a6b903193c9a699cc02c405 (diff)
downloadcrow-1b83b78c8344b40355d9238d2fbeaf9a9b348ef9.tar.gz
crow-1b83b78c8344b40355d9238d2fbeaf9a9b348ef9.zip
spliting header implementation into cpp files, routing.cpp created
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
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)
{