mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
- make the library compile with more strict flags ( closes #407 )
This commit is contained in:
parent
9ad5b5bfd2
commit
0aeb286bfa
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user