mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
refs #621, use getXX for setup members, no idea why I have not used our standard
This commit is contained in:
@@ -418,7 +418,7 @@ namespace BlackCore
|
||||
|
||||
CUrl CModelDataReader::getBaseUrl() const
|
||||
{
|
||||
const CUrl baseUrl(sApp->getGlobalSetup().dbModelReaderUrl());
|
||||
const CUrl baseUrl(sApp->getGlobalSetup().getDbModelReaderUrl());
|
||||
return baseUrl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user