mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2024-11-23 00:33:44 +00:00
Fix warning on clang.
This commit is contained in:
parent
41df4dc7f2
commit
48ccb8eec5
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ namespace kamokan {
|
|||
virtual void on_mustache_prepare (mstch::map& parContext) override final;
|
||||
virtual tawashi::HttpHeader on_general_pastie_process() = 0;
|
||||
virtual void on_general_mustache_prepare (std::string&& parPastie, mstch::map& parContext) = 0;
|
||||
std::string default_pastie_lang();
|
||||
std::string default_pastie_lang() override;
|
||||
|
||||
Storage::RetrievedPastie m_pastie_info;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue