Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -198,7 +198,7 @@ void ShapeBuilderWidget::onCreateButtonClicked()
|
||||
Gui::Selection().clearSelection();
|
||||
}
|
||||
catch (const Base::Exception& e) {
|
||||
Base::Console().Error("%s\n", e.what());
|
||||
Base::Console().error("%s\n", e.what());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user