diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-12-12 23:56:53 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-12-14 14:38:17 +0000 |
| commit | db048a079267ecea1c0aff5080a027afed16ae46 (patch) | |
| tree | 0ec1b8a0fb20d9e126372b1b9115b80d4943e252 /src/editor.hh | |
| parent | 894ee0297ea60c043a711fbbb5612eff8a68c3ee (diff) | |
MultiSelectors now transforms the whole selection
Diffstat (limited to 'src/editor.hh')
| -rw-r--r-- | src/editor.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor.hh b/src/editor.hh index 4037a76e..be832da3 100644 --- a/src/editor.hh +++ b/src/editor.hh @@ -40,7 +40,7 @@ class Editor : public SafeCountable { public: typedef std::function<Selection (const Buffer&, const Selection&)> Selector; - typedef std::function<SelectionList (const Buffer&, const Selection&)> MultiSelector; + typedef std::function<SelectionList (const Buffer&, SelectionList)> MultiSelector; Editor(Buffer& buffer); virtual ~Editor() {} |
