Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -157,7 +157,7 @@ void PropertyCenterLineList::Restore(Base::XMLReader &reader)
|
||||
newG->Restore(reader);
|
||||
|
||||
if(reader.testStatus(Base::XMLReader::ReaderStatus::PartialRestoreInObject)) {
|
||||
Base::Console().Error("CenterLine \"%s\" within a PropertyCenterLineList was subject to a partial restore.\n", reader.localName());
|
||||
Base::Console().error("CenterLine \"%s\" within a PropertyCenterLineList was subject to a partial restore.\n", reader.localName());
|
||||
if(isOrderRelevant()) {
|
||||
// Pushes the best try by the CenterLine class
|
||||
values.push_back(newG);
|
||||
|
||||
Reference in New Issue
Block a user