remove uneeded semicolon

This commit is contained in:
Dane Springmeyer 2013-01-03 18:01:09 -08:00
parent 9183ca3d61
commit 4843003cd2

View File

@ -39,7 +39,7 @@ public:
{
}
virtual ~value_error() throw() {};
virtual ~value_error() throw() {}
virtual const char * what() const throw()
{