- make the library compile with more strict flags ( closes #407 )

This commit is contained in:
Lucio Asnaghi 2009-12-04 15:00:06 +00:00
parent 9ad5b5bfd2
commit 0aeb286bfa

View File

@ -314,7 +314,7 @@ operator>>(std::istream & is, mapnik::enumeration<ENUM, THE_MAX> & e)
* @relates mapnik::enumeration
*/
#define DEFINE_ENUM( name, e) \
typedef mapnik::enumeration<e, e ## _MAX> name;
typedef mapnik::enumeration<e, e ## _MAX> name
/** Helper macro. Runs the verify() method during static initialization.
* @relates mapnik::enumeration