diff --git a/include/mapnik/enumeration.hpp b/include/mapnik/enumeration.hpp index 943abdeb3..c9453a673 100644 --- a/include/mapnik/enumeration.hpp +++ b/include/mapnik/enumeration.hpp @@ -209,7 +209,7 @@ struct MAPNIK_DECL enumeration #define IMPLEMENT_ENUM(type_alias, enum_class) \ IMPLEMENT_ENUM_FNCS(type_alias, enum_class) \ - template class MAPNIK_DECL \ + template struct MAPNIK_DECL \ enumeration; /** Slim wrapper for enumerations. It creates a new type from a native enum and