refs #748 Move CAirportDataReader to the db/ subdirectory

* BlackCore::CAirportDataReader -> BlackCore::Db::CAirportDataReader
* fix typo in CDatabaseReader
This commit is contained in:
Michał Garapich
2016-09-04 22:19:46 +02:00
committed by Mathew Sutcliffe
parent 30e3ce2dbf
commit a4b5b28cc1
16 changed files with 258 additions and 211 deletions

View File

@@ -50,7 +50,7 @@ namespace BlackCore
return getDbInfoObjectCount() > 4;
}
void CInfoDataReader::syncronizeCaches(CEntityFlags::Entity entities)
void CInfoDataReader::synchronizeCaches(CEntityFlags::Entity entities)
{
// no caching used here
Q_UNUSED(entities);