From 43a7d7e455655654b66776cf30bfcb7c05d51e41 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Wed, 18 Jan 2023 09:42:42 +0000 Subject: [PATCH] Fix compiler warning (consistent `class` or `struct` declarations) --- 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 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