Refactor the apply function to be virtual public
This commit is contained in:
@@ -404,7 +404,7 @@ TaskPolarPatternParameters::~TaskPolarPatternParameters()
|
||||
}
|
||||
}
|
||||
|
||||
void TaskPolarPatternParameters::doApply()
|
||||
void TaskPolarPatternParameters::apply()
|
||||
{
|
||||
std::vector<std::string> axes;
|
||||
App::DocumentObject* obj;
|
||||
|
||||
Reference in New Issue
Block a user