Author: anonymissimus
Date: Mon Oct 10 19:12:26 2011
New Revision: 51437

URL: http://svn.gna.org/viewcvs/wesnoth?rev=51437&view=rev
Log:
fix a MSVC warning about inconsistent variable type declaration

Modified:
    trunk/src/gamestatus.hpp

Modified: trunk/src/gamestatus.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/gamestatus.hpp?rev=51437&r1=51436&r2=51437&view=diff
==============================================================================
--- trunk/src/gamestatus.hpp (original)
+++ trunk/src/gamestatus.hpp Mon Oct 10 19:12:26 2011
@@ -176,7 +176,7 @@
        config variables_;
        mutable config temporaries_; // lengths of arrays, etc.
        const rand_rng::set_random_generator generator_setter_; /**< Make sure 
that rng is initialized first */
-       friend class variable_info;
+       friend struct variable_info;
        game_classification classification_;
        mp_game_settings mp_settings_;
        PHASE phase_;


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

Reply via email to