Mod: redundant void 2

This commit is contained in:
berniev
2022-08-07 20:05:16 +10:00
committed by wwmayer
parent 311abcc43e
commit da9ebc572f
805 changed files with 3787 additions and 3787 deletions

View File

@@ -61,7 +61,7 @@ void ExternalGeometryExtension::saveAttributes(Base::Writer &writer) const
<< "\" Flags=\"" << Flags.to_string();
}
std::unique_ptr<Part::GeometryExtension> ExternalGeometryExtension::copy(void) const
std::unique_ptr<Part::GeometryExtension> ExternalGeometryExtension::copy() const
{
auto cpy = std::make_unique<ExternalGeometryExtension>();
@@ -74,7 +74,7 @@ std::unique_ptr<Part::GeometryExtension> ExternalGeometryExtension::copy(void) c
#endif
}
PyObject * ExternalGeometryExtension::getPyObject(void)
PyObject * ExternalGeometryExtension::getPyObject()
{
return new ExternalGeometryExtensionPy(new ExternalGeometryExtension(*this));
}