aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
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)
{