+ fix: -Wunused-variable

This commit is contained in:
wmayer
2015-12-09 16:52:47 +01:00
parent 133532f228
commit b18d4c2f42

View File

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