diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2013-12-15 20:37:07 +0000 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2013-12-15 20:37:07 +0000 |
| commit | ea95632709a6ae3df76772e83e1497a9fcfee52d (patch) | |
| tree | aa258ec83e7ec6f765c9c055d5faf1748dbde91b /src/context.hh | |
| parent | ad0682ec75d072c648f044580d817bef4098abc0 (diff) | |
Move Editor::selections_content to Context
Diffstat (limited to 'src/context.hh')
| -rw-r--r-- | src/context.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/context.hh b/src/context.hh index 58e7380c..fd82b8f9 100644 --- a/src/context.hh +++ b/src/context.hh @@ -51,6 +51,7 @@ public: SelectionList& selections(); const SelectionList& selections() const; + std::vector<String> selections_content() const; void change_editor(Editor& editor); |
