Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -347,7 +347,7 @@ void Tessellation::process(int method,
|
||||
}
|
||||
catch (const Base::Exception& e) {
|
||||
doc->abortTransaction();
|
||||
Base::Console().Error(e.what());
|
||||
Base::Console().error(e.what());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user