1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-08-07 12:59:45 +00:00

Response keeps a ptr to the SettingsBag now.

This commit is contained in:
King_DuckZ 2017-04-23 13:40:48 +01:00
parent 6c5497ae49
commit 75674525de
12 changed files with 27 additions and 21 deletions

View file

@ -24,7 +24,7 @@
namespace tawashi {
class SubmitPasteResponse : public Response {
public:
explicit SubmitPasteResponse (const SettingsBag& parSettings);
explicit SubmitPasteResponse (const Kakoune::SafePtr<SettingsBag>& parSettings);
private:
virtual void on_process() override;