mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-05 09:33:36 +00:00
Fix compilation with g++ 4.5 in C++-0x mode.
This commit is contained in:
parent
520d1ecd0a
commit
b9355a6ae4
@ -433,7 +433,7 @@ void game_display::draw_report(const std::string &report_name)
|
||||
}
|
||||
|
||||
reports::report_data data = {
|
||||
currentTeam_ + 1, activeTeam_ + 1,
|
||||
static_cast<int>(currentTeam_ + 1), static_cast<int>(activeTeam_ + 1),
|
||||
selectedHex_, mouseoverHex_, displayedUnitHex_,
|
||||
observers_, level_, !viewpoint_
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user