Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -134,7 +134,7 @@ void ViewProviderCoordinateSystem::setTemporaryVisibility(DatumElements elements
|
||||
}
|
||||
}
|
||||
catch (const Base::Exception &ex) {
|
||||
Base::Console().Error ("%s\n", ex.what() );
|
||||
Base::Console().error ("%s\n", ex.what() );
|
||||
}
|
||||
|
||||
// Remember & Set self visibility
|
||||
|
||||
Reference in New Issue
Block a user