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

@@ -35,7 +35,7 @@ class FemExport FemMeshShapeNetgenObject : public FemMeshShapeObject
public:
/// Constructor
FemMeshShapeNetgenObject(void);
FemMeshShapeNetgenObject();
virtual ~FemMeshShapeNetgenObject();
App::PropertyFloat MaxSize;
@@ -47,10 +47,10 @@ public:
App::PropertyBool Optimize;
/// returns the type name of the ViewProvider
virtual const char* getViewProviderName(void) const {
virtual const char* getViewProviderName() const {
return "FemGui::ViewProviderFemMeshShapeNetgen";
}
virtual App::DocumentObjectExecReturn *execute(void);
virtual App::DocumentObjectExecReturn *execute();
//virtual short mustExecute(void) const;
//virtual PyObject *getPyObject(void);