Standards: remove useless semicolon after function
This commit is contained in:
parent
096cb1bd88
commit
f68d6f7c95
|
@ -37,7 +37,7 @@ struct Standards {
|
|||
bool posix;
|
||||
|
||||
/** This constructor clear all the variables **/
|
||||
Standards() : c(C11), cpp(CPP11), posix(false) {};
|
||||
Standards() : c(C11), cpp(CPP11), posix(false) {}
|
||||
};
|
||||
|
||||
/// @}
|
||||
|
|
Loading…
Reference in New Issue