mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:07:08 +08:00
refs #748 Move CAirportDataReader to the db/ subdirectory
* BlackCore::CAirportDataReader -> BlackCore::Db::CAirportDataReader * fix typo in CDatabaseReader
This commit is contained in:
committed by
Mathew Sutcliffe
parent
30e3ce2dbf
commit
a4b5b28cc1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user