code correctness: add a missing &
This commit is contained in:
parent
73b69a692e
commit
fb90b8dc87
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ public:
|
|||
/**
|
||||
* Return the selection set.
|
||||
*/
|
||||
const std::set<map_location> selection() const { return selection_; }
|
||||
const std::set<map_location>& selection() const { return selection_; }
|
||||
|
||||
/**
|
||||
* Clear the selection
|
||||
|
|
Loading…
Add table
Reference in a new issue