fixes #0002781: Build error message

This commit is contained in:
wmayer
2016-11-19 13:47:37 +01:00
parent 7ff5e7e2d5
commit 7472b05b16

View File

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