remove undesired virtual keyword from ViewProviderPythonFeatureImp
This commit is contained in:
@@ -1019,9 +1019,6 @@ bool ViewProviderPythonFeatureImp::isShow() const
|
||||
Py::Boolean ok(method.apply(args));
|
||||
return static_cast<bool>(ok) ? true : false;
|
||||
}
|
||||
else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (Py::Exception&) {
|
||||
|
||||
Reference in New Issue
Block a user