mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-05 12:07:19 +00:00
code correctness: add a missing &
This commit is contained in:
parent
73b69a692e
commit
fb90b8dc87
@ -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…
x
Reference in New Issue
Block a user