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

@@ -91,7 +91,7 @@ void SketchGeometryExtension::saveAttributes(Base::Writer &writer) const
<< "\" geometryLayer=\"" << GeometryLayer;
}
std::unique_ptr<Part::GeometryExtension> SketchGeometryExtension::copy(void) const
std::unique_ptr<Part::GeometryExtension> SketchGeometryExtension::copy() const
{
auto cpy = std::make_unique<SketchGeometryExtension>();
@@ -104,7 +104,7 @@ std::unique_ptr<Part::GeometryExtension> SketchGeometryExtension::copy(void) con
#endif
}
PyObject * SketchGeometryExtension::getPyObject(void)
PyObject * SketchGeometryExtension::getPyObject()
{
return new SketchGeometryExtensionPy(new SketchGeometryExtension(*this));
}