Author: mordante
Date: Sat Jul 5 13:09:54 2008
New Revision: 27745
URL: http://svn.gna.org/viewcvs/wesnoth?rev=27745&view=rev
Log:
Make the member variables private.
Modified:
trunk/src/mouse_events.hpp
Modified: trunk/src/mouse_events.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/mouse_events.hpp?rev=27745&r1=27744&r2=27745&view=diff
==============================================================================
--- trunk/src/mouse_events.hpp (original)
+++ trunk/src/mouse_events.hpp Sat Jul 5 13:09:54 2008
@@ -88,7 +88,7 @@
unit_map::const_iterator find_unit(const gamemap::location& hex) const;
unit_map::iterator find_unit(const gamemap::location& hex);
bool unit_in_cycle(unit_map::const_iterator it);
-
+private:
std::vector<team>& teams_;
unit_map& units_;
gamestatus& status_;
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits