refs #621, use getXX for setup members, no idea why I have not used our standard

This commit is contained in:
Klaus Basan
2016-03-19 01:37:41 +01:00
parent 18c1da8502
commit 87a0c75f43
16 changed files with 78 additions and 70 deletions

View File

@@ -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();
}