Author: ilor
Date: Sun Mar 22 00:23:13 2009
New Revision: 34006

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34006&view=rev
Log:
code correctness: add a missing &

Modified:
    trunk/src/editor2/editor_map.hpp

Modified: trunk/src/editor2/editor_map.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/editor2/editor_map.hpp?rev=34006&r1=34005&r2=34006&view=diff
==============================================================================
--- trunk/src/editor2/editor_map.hpp (original)
+++ trunk/src/editor2/editor_map.hpp Sun Mar 22 00:23:13 2009
@@ -107,7 +107,7 @@
        /**
         * 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


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to