fixed typo breaking compilation in MSVC
This commit is contained in:
parent
957fbf38f6
commit
1a131e1550
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue