aboutsummaryrefslogtreecommitdiff
path: root/src/content/markdown/Markdown.hpp
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-10-23 03:58:35 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-10-23 03:58:35 +0200
commitf8d857d13b8ee76d7b4a03a9572257d8060ba19e (patch)
tree067c1fea1f43cabee289454c79b1f316d04eaa74 /src/content/markdown/Markdown.hpp
parent47f09ad8fb52de7ee9ed6c63574ea2f77e314fa2 (diff)
Removed EvHTTP chunked response support (for now).
* single blog post rendering Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'src/content/markdown/Markdown.hpp')
-rw-r--r--src/content/markdown/Markdown.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/markdown/Markdown.hpp b/src/content/markdown/Markdown.hpp
index fe0d968..dfb6451 100644
--- a/src/content/markdown/Markdown.hpp
+++ b/src/content/markdown/Markdown.hpp
@@ -22,7 +22,7 @@ public:
bool HasMarkdownFile(std::string filePath) const;
bool HasMarkdownURI(std::string uriPath) const;
- Markdowns const & GetMarkdowns() const;
+ Markdowns & GetMarkdowns();
std::shared_ptr<std::string> const & GetMarkdownHTML(std::string uriPath);
private: