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:
parent
6c5497ae49
commit
75674525de
12 changed files with 27 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue