fixes #0002779: The message of the project build error
This commit is contained in:
parent
950207134f
commit
a4d33ec8ab
|
@ -456,7 +456,7 @@ class ExceptionCancel : public Base::Exception
|
|||
public:
|
||||
ExceptionCancel(){}
|
||||
ExceptionCancel(char* msg){this->setMessage(msg);}
|
||||
~ExceptionCancel(){}
|
||||
virtual ~ExceptionCancel() throw() {}
|
||||
};
|
||||
|
||||
} // namespace Attacher
|
||||
|
|
Loading…
Reference in New Issue
Block a user