Mod: redundant void 2
This commit is contained in:
@@ -34,7 +34,7 @@ class FemExport ConstraintSpring : public Fem::Constraint
|
||||
PROPERTY_HEADER(Fem::ConstraintSpring);
|
||||
|
||||
public:
|
||||
ConstraintSpring(void);
|
||||
ConstraintSpring();
|
||||
|
||||
App::PropertyFloat normalStiffness;
|
||||
App::PropertyFloat tangentialStiffness;
|
||||
@@ -42,10 +42,10 @@ public:
|
||||
App::PropertyVectorList Normals;
|
||||
|
||||
/// recalculate the object
|
||||
virtual App::DocumentObjectExecReturn *execute(void);
|
||||
virtual App::DocumentObjectExecReturn *execute();
|
||||
|
||||
/// returns the type name of the ViewProvider
|
||||
const char* getViewProviderName(void) const;
|
||||
const char* getViewProviderName() const;
|
||||
|
||||
protected:
|
||||
virtual void onChanged(const App::Property* prop);
|
||||
|
||||
Reference in New Issue
Block a user