mirror of
https://github.com/mapnik/mapnik.git
synced 2026-02-01 17:36:36 +00:00
remove unneeded semicolon
This commit is contained in:
parent
d09c33d524
commit
10275274d2
@ -45,7 +45,7 @@ public:
|
||||
what_( what )
|
||||
{
|
||||
}
|
||||
virtual ~illegal_enum_value() throw() {};
|
||||
virtual ~illegal_enum_value() throw() {}
|
||||
|
||||
virtual const char * what() const throw()
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user