fixes #0002779: The message of the project build error

This commit is contained in:
wmayer 2016-11-19 13:32:07 +01:00
parent 950207134f
commit a4d33ec8ab

View File

@ -456,7 +456,7 @@ class ExceptionCancel : public Base::Exception
public:
ExceptionCancel(){}
ExceptionCancel(char* msg){this->setMessage(msg);}
~ExceptionCancel(){}
virtual ~ExceptionCancel() throw() {}
};
} // namespace Attacher