aboutsummaryrefslogtreecommitdiff
path: root/src/ContentManager.cpp
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-10-04 16:56:02 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-10-04 16:56:02 +0200
commitf0f4b8a4d139a855ad15f9d79190edf6320eba51 (patch)
tree4ba361738f08bf44769e3454832d765ba8d7f2c1 /src/ContentManager.cpp
parent5ff3d7a51be30a0052b12f9330fdf54f3c104739 (diff)
Static file cache content module.
* remove EVHTTP headers * magic/mime type support for virtual Filesystem Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/ContentManager.cpp')
-rw-r--r--src/ContentManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ContentManager.cpp b/src/ContentManager.cpp
index ace325e..8bff717 100644
--- a/src/ContentManager.cpp
+++ b/src/ContentManager.cpp
@@ -1,6 +1,6 @@
#include "ContentManager.hpp"
-void ContentManager::SetTemplateSystem(std::shared_ptr<TemplateManager> & tmgr)
+void ContentManager::SetTemplateSystem(std::shared_ptr<TemplateManager> const & tmgr)
{
m_TemplateManager = tmgr;
}