Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -330,7 +330,7 @@ void ViewProviderTransformed::showRejectedShape(TopoDS_Shape shape)
|
||||
}
|
||||
}
|
||||
catch (...) {
|
||||
Base::Console().Error("Cannot compute Inventor representation for the rejected transformations of shape of %s.\n",
|
||||
Base::Console().error("Cannot compute Inventor representation for the rejected transformations of shape of %s.\n",
|
||||
getObject()->getNameInDocument());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user