+ restore lost changes, improve whitspaces, suppress useless MSVC warnings

This commit is contained in:
wmayer
2014-08-28 12:37:42 +02:00
parent 4252cbc2f8
commit 419664e0ea
8 changed files with 16 additions and 8 deletions

View File

@@ -54,7 +54,7 @@ DocumentObjectExecReturn *FeaturePythonImp::execute()
Py::Object feature = static_cast<PropertyPythonObject*>(proxy)->getValue();
if (feature.hasAttr("__object__")) {
Py::Callable method(feature.getAttr(std::string("execute")));
Py::Tuple args;
Py::Tuple args;
method.apply(args);
}
else {