refs #618, some functions consolidated as result of reviews in previous step (removed const/const signatures)

This commit is contained in:
Klaus Basan
2016-03-17 20:11:21 +00:00
parent 09f04c31f7
commit 301c47c594
6 changed files with 9 additions and 38 deletions

View File

@@ -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();
}