mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-08-03 12:50:02 +00:00
Fix the problem with redis not being initialized anymore.
This commit is contained in:
parent
60bc194848
commit
e44611301c
5 changed files with 29 additions and 10 deletions
|
@ -27,6 +27,15 @@
|
|||
namespace tawashi {
|
||||
class SubmitPasteResponse : public Response {
|
||||
public:
|
||||
#if defined(TAWASHI_WITH_TESTING)
|
||||
SubmitPasteResponse (
|
||||
const Kakoune::SafePtr<SettingsBag>& parSettings,
|
||||
std::ostream* parStreamOut,
|
||||
const Kakoune::SafePtr<cgi::Env>& parCgiEnv,
|
||||
bool parInitStorage
|
||||
);
|
||||
#endif
|
||||
|
||||
SubmitPasteResponse (
|
||||
const Kakoune::SafePtr<SettingsBag>& parSettings,
|
||||
std::ostream* parStreamOut,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue