From 10275274d2e7546e7d16a013bae33050f02a981c Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 2 Jan 2013 13:51:39 -0800 Subject: [PATCH] remove unneeded semicolon --- 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 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() {