diff options
Diffstat (limited to 'src/context.hh')
| -rw-r--r-- | src/context.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/context.hh b/src/context.hh index fd29b897..6a7480cc 100644 --- a/src/context.hh +++ b/src/context.hh @@ -83,8 +83,8 @@ public: InputHandler& input_handler() const; bool has_input_handler() const { return (bool)m_input_handler; } - SelectionList& selections(); - const SelectionList& selections() const; + SelectionList& selections(bool update = true); + const SelectionList& selections(bool update = true) const; Vector<String> selections_content() const; // Return potentially out of date selections |
