aboutsummaryrefslogtreecommitdiff
path: root/src/content/markdown/Markdown.hpp
diff options
context:
space:
mode:
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: