mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
As a follow up of review T111, changed "void static" to "static void" for consistency.
This commit is contained in:
committed by
Mathew Sutcliffe
parent
addb008ffa
commit
3f924209f1
@@ -171,7 +171,7 @@ namespace BlackMisc
|
||||
) = 0;
|
||||
|
||||
//! Remove outdated aircraft parts, but never the most recent one
|
||||
void static removeOutdatedParts(Aviation::CAircraftPartsList &partsList);
|
||||
static void removeOutdatedParts(Aviation::CAircraftPartsList &partsList);
|
||||
};
|
||||
|
||||
//! Class which can be directly used to access an \sa IRemoteAircraftProvider object
|
||||
|
||||
Reference in New Issue
Block a user