mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-08-03 12:50:02 +00:00
Pass the ResponseFactory object down to the Response itself.
This commit is contained in:
parent
10da75caf5
commit
3bc6c56c03
12 changed files with 38 additions and 11 deletions
|
@ -26,6 +26,7 @@ namespace tawashi {
|
|||
class SubmitPasteResponse : public Response {
|
||||
public:
|
||||
SubmitPasteResponse (
|
||||
const Kakoune::SafePtr<ResponseFactory>& parFactory,
|
||||
const Kakoune::SafePtr<SettingsBag>& parSettings,
|
||||
std::ostream* parStreamOut,
|
||||
const Kakoune::SafePtr<cgi::Env>& parCgiEnv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue