deleted excess semicolons, commas
This commit is contained in:
@@ -63,7 +63,7 @@ protected:
|
||||
|
||||
struct test_excep
|
||||
{
|
||||
test_excep(const string& _s=string("")) : s(_s) {};
|
||||
test_excep(const string& _s=string("")) : s(_s) { }
|
||||
string s;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user