Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -541,7 +541,7 @@ void TaskRevolutionParameters::onAxisChanged(int num)
|
||||
AllowSelection::CIRCLE);
|
||||
} else {
|
||||
if (!pcRevolution->getDocument()->isIn(lnk.getValue())){
|
||||
Base::Console().Error("Object was deleted\n");
|
||||
Base::Console().error("Object was deleted\n");
|
||||
return;
|
||||
}
|
||||
propReferenceAxis->Paste(lnk);
|
||||
|
||||
Reference in New Issue
Block a user