fixes #0002781: Build error message

This commit is contained in:
wmayer 2016-11-19 13:47:37 +01:00
parent a4d33ec8ab
commit 5e3381be25

View File

@ -75,6 +75,8 @@ namespace SketcherGui {
this->setMessage(ErrMsg);
}
virtual ~ExceptionWrongInput() throw() {}
QString ErrMsg;
};