Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -380,7 +380,7 @@ public:
|
||||
tryFindBasePlanes();
|
||||
}
|
||||
catch (const Base::Exception &ex) {
|
||||
Base::Console().Error ("%s\n", ex.what() );
|
||||
Base::Console().error ("%s\n", ex.what() );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user