Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -54,7 +54,7 @@ bool ViewProviderPart::doubleClicked()
|
||||
return true;
|
||||
}
|
||||
catch (const Base::Exception& e) {
|
||||
Base::Console().Error("%s\n", e.what());
|
||||
Base::Console().error("%s\n", e.what());
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user