Part/PD: modernize C++: redundant void arg
This commit is contained in:
@@ -42,7 +42,7 @@ Chamfer::Chamfer()
|
||||
{
|
||||
}
|
||||
|
||||
App::DocumentObjectExecReturn *Chamfer::execute(void)
|
||||
App::DocumentObjectExecReturn *Chamfer::execute()
|
||||
{
|
||||
App::DocumentObject* link = Base.getValue();
|
||||
if (!link)
|
||||
|
||||
Reference in New Issue
Block a user