+ fix: -Wunused-variable

This commit is contained in:
wmayer 2015-12-09 16:52:47 +01:00
parent 7e261db1a2
commit dde207c360

View File

@ -172,6 +172,7 @@ bool ExpressionBinding::apply()
Property * prop(path.getProperty());
assert(prop != 0);
Q_UNUSED(prop);
DocumentObject * docObj(path.getDocumentObject());