mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 16:14:12 +00:00
fixed typo breaking compilation in MSVC
This commit is contained in:
parent
957fbf38f6
commit
1a131e1550
@ -36,7 +36,7 @@ static lg::log_domain log_engine_sf("engine/side_filter");
|
||||
#pragma warning(disable:4413)
|
||||
side_filter::side_filter():
|
||||
cfg_(vconfig::unconstructed_vconfig()),
|
||||
flat_(),
|
||||
flat_()
|
||||
{
|
||||
assert(false);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user