Mod: redundant void 2
This commit is contained in:
@@ -141,7 +141,7 @@ bool AttachExtension::isAttacherActive() const {
|
||||
return _active!=0;
|
||||
}
|
||||
|
||||
short int AttachExtension::extensionMustExecute(void) {
|
||||
short int AttachExtension::extensionMustExecute() {
|
||||
return DocumentObjectExtension::extensionMustExecute();
|
||||
}
|
||||
|
||||
@@ -274,7 +274,7 @@ App::PropertyPlacement& AttachExtension::getPlacement() const {
|
||||
return *pla;
|
||||
}
|
||||
|
||||
PyObject* AttachExtension::getExtensionPyObject(void) {
|
||||
PyObject* AttachExtension::getExtensionPyObject() {
|
||||
|
||||
if (ExtensionPythonObject.is(Py::_None())){
|
||||
// ref counter is set to 1
|
||||
|
||||
Reference in New Issue
Block a user