mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
refs #618, some functions consolidated as result of reviews in previous step (removed const/const signatures)
This commit is contained in:
@@ -155,12 +155,7 @@ namespace BlackGui
|
||||
}
|
||||
}
|
||||
|
||||
const CAircraftModelView *CDbAutoStashingComponent::currentModelView() const
|
||||
{
|
||||
return this->getMappingComponent()->currentModelView();
|
||||
}
|
||||
|
||||
CAircraftModelView *CDbAutoStashingComponent::currentModelView()
|
||||
CAircraftModelView *CDbAutoStashingComponent::currentModelView() const
|
||||
{
|
||||
return this->getMappingComponent()->currentModelView();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user