This commit is contained in:
Klaus Basan
2019-05-26 00:51:23 +02:00
committed by Mat Sutcliffe
parent 909a9e55d7
commit 8e51d9147d
2 changed files with 1 additions and 2 deletions

View File

@@ -359,7 +359,7 @@ namespace BlackCore
CVoiceRoom newRoomCom1 = newRooms[0];
CVoiceRoom newRoomCom2 = newRooms[1];
const CCallsign ownCallsign(this->getIContextOwnAircraft()->getOwnAircraft().getCallsign());
QString id = this->getIContextOwnAircraft()->getOwnAircraft().getPilotId();
const QString id = this->getIContextOwnAircraft()->getOwnAircraft().getPilotId();
bool changed = false;