mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
Ref T275, added param "ignoreSameAsGlobal" in function "setInterpolationAndRenderingSetupsPerCallsign"
This commit is contained in:
@@ -40,7 +40,7 @@ namespace BlackMisc
|
||||
|
||||
//! Set all setups per callsign
|
||||
//! \threadsafe
|
||||
virtual void setInterpolationSetupsPerCallsign(const CInterpolationSetupList &setups);
|
||||
virtual bool setInterpolationSetupsPerCallsign(const CInterpolationSetupList &setups, bool ignoreSameAsGlobal = true);
|
||||
|
||||
//! The global setup
|
||||
//! \threadsafe
|
||||
|
||||
Reference in New Issue
Block a user