1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-10-06 15:09:59 +00:00

Cache highlighted pastie when saving.

This commit is contained in:
King_DuckZ 2017-08-07 10:53:23 +01:00
commit 0d19ca50ca
13 changed files with 164 additions and 37 deletions

View file

@ -290,4 +290,7 @@ namespace kamokan {
std::string Response::default_pastie_lang() {
return std::string();
}
void Response::join() {
}
} //namespace kamokan