From 1a131e15507b465a46a10f3eba00e1d1c72b5c37 Mon Sep 17 00:00:00 2001 From: Anonymissimus Date: Sun, 7 Nov 2010 15:54:20 +0000 Subject: [PATCH] fixed typo breaking compilation in MSVC --- src/side_filter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/side_filter.cpp b/src/side_filter.cpp index 3cc468fe598..1806cc27fe7 100644 --- a/src/side_filter.cpp +++ b/src/side_filter.cpp @@ -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); }