fixes #0002779: The message of the project build error

This commit is contained in:
wmayer
2016-11-19 13:32:07 +01:00
parent b2c8554b52
commit 7ff5e7e2d5

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