diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2021-10-04 16:56:02 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2021-10-04 16:56:02 +0200 |
commit | f0f4b8a4d139a855ad15f9d79190edf6320eba51 (patch) | |
tree | 4ba361738f08bf44769e3454832d765ba8d7f2c1 /src/ContentManager.cpp | |
parent | 5ff3d7a51be30a0052b12f9330fdf54f3c104739 (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.cpp | 2 |
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; } |