mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
MS & KB workshop: removed CAvionicsBase.
This commit is contained in:
@@ -49,7 +49,7 @@ namespace BlackMisc
|
||||
case IndexOutputVolume:
|
||||
return CVariant::from(this->getVolumeOutput());
|
||||
default:
|
||||
return CValueObject<CModulator<AVIO>, CAvionicsBase>::propertyByIndex(index);
|
||||
return CValueObject<CModulator<AVIO>>::propertyByIndex(index);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -80,7 +80,7 @@ namespace BlackMisc
|
||||
this->setVolumeOutput(variant.toInt());
|
||||
break;
|
||||
default:
|
||||
CValueObject<CModulator<AVIO>, CAvionicsBase>::setPropertyByIndex(variant, index);
|
||||
CValueObject<CModulator<AVIO>>::setPropertyByIndex(variant, index);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user