diff --git a/include/mapnik/enumeration.hpp b/include/mapnik/enumeration.hpp index a676d866b..504ce2aab 100644 --- a/include/mapnik/enumeration.hpp +++ b/include/mapnik/enumeration.hpp @@ -45,7 +45,7 @@ public: what_( what ) { } - virtual ~illegal_enum_value() throw() {}; + virtual ~illegal_enum_value() throw() {} virtual const char * what() const throw() {