diff options
Diffstat (limited to 'src/ContentManager.hpp')
-rw-r--r-- | src/ContentManager.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ContentManager.hpp b/src/ContentManager.hpp index 9ae7271..674a5d0 100644 --- a/src/ContentManager.hpp +++ b/src/ContentManager.hpp @@ -21,8 +21,7 @@ public: ShutdownAll(); } - void SetStaticFilesystem(std::shared_ptr<Filesystem> & static_fs); - void SetTemplateSystem(std::shared_ptr<TemplateManager> & tmgr); + void SetTemplateSystem(std::shared_ptr<TemplateManager> const & tmgr); bool RegisterModule(std::shared_ptr<Content> ctnt); bool InitAll(void); void ShutdownAll(void); |