From bd02eb8e6b97e56b2c400bea2e9b709eacc4e225 Mon Sep 17 00:00:00 2001 From: ehofman Date: Wed, 3 Mar 2004 20:06:28 +0000 Subject: [PATCH] Remove a typo --- simgear/props/props.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/props/props.cxx b/simgear/props/props.cxx index deb1f22b..60a19aa4 100644 --- a/simgear/props/props.cxx +++ b/simgear/props/props.cxx @@ -31,7 +31,7 @@ SG_USING_STD(find); SG_USING_STD(vector); #if ( _MSC_VER == 1200 ) -! // MSVC 6 is buggy, and needs something strange here +// MSVC 6 is buggy, and needs something strange here SG_USING_STD(vector); SG_USING_STD(vector); SG_USING_STD(vector); -- 2.39.5