diff --git a/include/mapnik/enumeration.hpp b/include/mapnik/enumeration.hpp index 3624b8b32..82427e0d8 100644 --- a/include/mapnik/enumeration.hpp +++ b/include/mapnik/enumeration.hpp @@ -314,7 +314,7 @@ operator>>(std::istream & is, mapnik::enumeration & e) * @relates mapnik::enumeration */ #define DEFINE_ENUM( name, e) \ - typedef mapnik::enumeration name; + typedef mapnik::enumeration name /** Helper macro. Runs the verify() method during static initialization. * @relates mapnik::enumeration