mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-03 20:10:38 +00:00
fixed an MSVC10 warning...
...(variable_info is a class not struct - why did it not warn earlier about this, the line isn't new!)
This commit is contained in:
parent
252a829121
commit
ec1fb266c5
@ -198,7 +198,7 @@ private:
|
||||
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 struct variable_info;
|
||||
friend class variable_info;
|
||||
game_classification classification_;
|
||||
mp_game_settings mp_settings_;
|
||||
PHASE phase_;
|
||||
|
Loading…
x
Reference in New Issue
Block a user