runformat
This commit is contained in:
parent
e8b37235d6
commit
8aec886450
|
@ -42,9 +42,9 @@ struct InternalError {
|
|||
std::string id;
|
||||
};
|
||||
|
||||
class TerminateException: public std::runtime_error {
|
||||
class TerminateException : public std::runtime_error {
|
||||
public:
|
||||
TerminateException(): std::runtime_error("terminate") {}
|
||||
TerminateException() : std::runtime_error("terminate") {}
|
||||
};
|
||||
|
||||
class CPPCHECKLIB Certainty {
|
||||
|
|
Loading…
Reference in New Issue