code correctness: add a missing &

This commit is contained in:
Tomasz Śniatowski 2009-03-22 00:23:13 +01:00
parent 73b69a692e
commit fb90b8dc87

View file

@ -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