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