Mod: redundant void 2

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

View File

@@ -42,7 +42,7 @@ using namespace Part;
PROPERTY_SOURCE(Part::Common, Part::Boolean)
Common::Common(void)
Common::Common()
{
}
@@ -57,7 +57,7 @@ BRepAlgoAPI_BooleanOperation* Common::makeOperation(const TopoDS_Shape& base, co
PROPERTY_SOURCE(Part::MultiCommon, Part::Feature)
MultiCommon::MultiCommon(void)
MultiCommon::MultiCommon()
{
ADD_PROPERTY(Shapes,(nullptr));
Shapes.setSize(0);
@@ -80,7 +80,7 @@ short MultiCommon::mustExecute() const
return 0;
}
App::DocumentObjectExecReturn *MultiCommon::execute(void)
App::DocumentObjectExecReturn *MultiCommon::execute()
{
std::vector<TopoDS_Shape> s;
std::vector<App::DocumentObject*> obj = Shapes.getValues();