remove unneeded semicolon
This commit is contained in:
parent
d09c33d524
commit
10275274d2
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public:
|
|||
what_( what )
|
||||
{
|
||||
}
|
||||
virtual ~illegal_enum_value() throw() {};
|
||||
virtual ~illegal_enum_value() throw() {}
|
||||
|
||||
virtual const char * what() const throw()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue