mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
refs #621, use getXX for setup members, no idea why I have not used our standard
This commit is contained in:
@@ -800,7 +800,7 @@ namespace BlackCore
|
||||
}
|
||||
if (this->m_setupReader)
|
||||
{
|
||||
return this->m_setupReader->getSetup().vatsimMetarsUrls();
|
||||
return this->m_setupReader->getSetup().getVatsimMetarsUrls();
|
||||
}
|
||||
return CUrlList();
|
||||
}
|
||||
@@ -814,7 +814,7 @@ namespace BlackCore
|
||||
}
|
||||
if (this->m_setupReader)
|
||||
{
|
||||
return this->m_setupReader->getSetup().vatsimDataFileUrls();
|
||||
return this->m_setupReader->getSetup().getVatsimDataFileUrls();
|
||||
}
|
||||
return CUrlList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user