remove unneeded semicolon

This commit is contained in:
Dane Springmeyer 2013-01-02 13:51:39 -08:00
parent d09c33d524
commit 10275274d2

View file

@ -45,7 +45,7 @@ public:
what_( what )
{
}
virtual ~illegal_enum_value() throw() {};
virtual ~illegal_enum_value() throw() {}
virtual const char * what() const throw()
{