Mods: modernize C++: redundant void arg

This commit is contained in:
wmayer
2023-08-05 14:27:30 +02:00
committed by wwmayer
parent bf5059bf76
commit 2b3d48176c
27 changed files with 115 additions and 115 deletions

View File

@@ -43,7 +43,7 @@ TrajectoryCompound::~TrajectoryCompound()
{
}
App::DocumentObjectExecReturn *TrajectoryCompound::execute(void)
App::DocumentObjectExecReturn *TrajectoryCompound::execute()
{
const std::vector<DocumentObject*> &Tracs = Source.getValues();
Robot::Trajectory result;