aboutsummaryrefslogtreecommitdiffstats
path: root/include/mustache.h
diff options
context:
space:
mode:
authoripknHama <ipknhama@gmail.com>2014-08-07 08:31:27 +0900
committeripknHama <ipknhama@gmail.com>2014-08-07 08:31:27 +0900
commitc36aa219e25e26019035fe3465471fd510778422 (patch)
treebea27ec5e1adb3681babd7c818a7de5cb7551e4d /include/mustache.h
parent81fcf4af0127d93e817877d0ce1223b606d30fd6 (diff)
downloadcrow-c36aa219e25e26019035fe3465471fd510778422.tar.gz
crow-c36aa219e25e26019035fe3465471fd510778422.zip
now crow becomes completely header only
Diffstat (limited to 'include/mustache.h')
-rw-r--r--include/mustache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mustache.h b/include/mustache.h
index fb4d664..6fd210b 100644
--- a/include/mustache.h
+++ b/include/mustache.h
@@ -528,7 +528,7 @@ namespace crow
namespace detail
{
- inline std::function<std::string (std::string)> get_loader_ref()
+ inline std::function<std::string (std::string)>& get_loader_ref()
{
static std::function<std::string (std::string)> loader = default_loader;
return loader;