Base: rename Exception's PascalCase methods to camelCase
This commit is contained in:
@@ -148,7 +148,7 @@ void DocumentObject::printInvalidLinks() const
|
||||
scopenames.c_str());
|
||||
}
|
||||
catch (const Base::Exception& e) {
|
||||
e.ReportException();
|
||||
e.reportException();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user