Mod: redundant void 2
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user