From a10855da759189a0258dae9d9c12e0dbb2c8b438 Mon Sep 17 00:00:00 2001 From: XinGang Li Date: Sat, 23 Feb 2013 22:38:16 +0800 Subject: [PATCH] fix _MSC_VER typo. --- include/mapnik/enumeration.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mapnik/enumeration.hpp b/include/mapnik/enumeration.hpp index 3592bec13..9b61c7e3e 100644 --- a/include/mapnik/enumeration.hpp +++ b/include/mapnik/enumeration.hpp @@ -320,7 +320,7 @@ operator>>(std::istream & is, mapnik::enumeration & e) /** Helper macro. Creates a typedef. * @relates mapnik::enumeration */ -#ifdef _MSC_VER_ +#ifdef _MSC_VER #define DEFINE_ENUM( name, e) \ template enumeration; \ typedef enumeration name