Author: mordante
Date: Mon Aug 25 21:35:31 2008
New Revision: 28983
URL: http://svn.gna.org/viewcvs/wesnoth?rev=28983&view=rev
Log:
Fix a compiler warning.
Modified:
trunk/src/unit_types.hpp
Modified: trunk/src/unit_types.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/unit_types.hpp?rev=28983&r1=28982&r2=28983&view=diff
==============================================================================
--- trunk/src/unit_types.hpp (original)
+++ trunk/src/unit_types.hpp Mon Aug 25 21:35:31 2008
@@ -173,7 +173,7 @@
void build_help_index(const config& cfg, const movement_type_map&
movement_types,
const race_map& races, const std::vector<config*>& traits);
/** Load the most needed data into an empty unit_type */
- void unit_type::build_created(const config& cfg, const movement_type_map&
mv_types,
+ void build_created(const config& cfg, const movement_type_map& mv_types,
const race_map& races, const std::vector<config*>&
traits);
/**
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits