mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
refs #395 Fixed MinGW errors from commit:e9f7810e.
This commit is contained in:
@@ -298,7 +298,7 @@ namespace BlackSimPlugin
|
||||
|
||||
CCallsignSet CSimulatorFsx::physicallyRenderedAircraft() const
|
||||
{
|
||||
return this->m_simConnectObjects.keys();
|
||||
return CCollection<CCallsign>(this->m_simConnectObjects.keys());
|
||||
}
|
||||
|
||||
void CSimulatorFsx::onSimRunning()
|
||||
|
||||
Reference in New Issue
Block a user