mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Unified formatting this->m_XX -> m_XX
This commit is contained in:
committed by
Mathew Sutcliffe
parent
6c3a0243ab
commit
d2b364c291
@@ -405,7 +405,7 @@ namespace BlackGui
|
||||
|
||||
CAuthenticatedUser CDbStashComponent::getSwiftDbUser() const
|
||||
{
|
||||
return this->m_swiftDbUser.get();
|
||||
return m_swiftDbUser.get();
|
||||
}
|
||||
|
||||
CAircraftModel CDbStashComponent::consolidateModel(const CAircraftModel &model) const
|
||||
|
||||
Reference in New Issue
Block a user