refs #395, renamed to updateFastPositionEnabled (consistency with other member functions)

This commit is contained in:
Klaus Basan
2015-04-19 16:48:41 +02:00
committed by Mathew Sutcliffe
parent ecc4c787a1
commit acec379151
14 changed files with 25 additions and 28 deletions

View File

@@ -338,7 +338,7 @@ namespace BlackGui
{
if (getIContextNetwork())
{
getIContextNetwork()->updateFastPositionUpdates(aircraft.getCallsign(), aircraft.fastPositionUpdates(), mappingtOriginator());
getIContextNetwork()->updateFastPositionEnabled(aircraft.getCallsign(), aircraft.fastPositionUpdates(), mappingtOriginator());
}
}