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