diff --git a/src/apps/icon-o-matic/shape/commands/RotatePathIndicesCommand.cpp b/src/apps/icon-o-matic/shape/commands/RotatePathIndicesCommand.cpp index 252e44cf36..fafb5c5381 100644 --- a/src/apps/icon-o-matic/shape/commands/RotatePathIndicesCommand.cpp +++ b/src/apps/icon-o-matic/shape/commands/RotatePathIndicesCommand.cpp @@ -79,5 +79,7 @@ RotatePathIndicesCommand::_Rotate(bool clockWise) fPath->RemovePoint(removeIndex); fPath->AddPoint(point, addIndex); fPath->SetPoint(addIndex, point, pointIn, pointOut, connected); + + return B_OK; }