mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 13:35:34 +08:00
Ref T658, renamed to "MatchingScriptReturnValues" because it is NO object to be used in matching script
This commit is contained in:
@@ -29,10 +29,10 @@ namespace BlackMisc
|
||||
BLACKMISC_EXPORT const QString &msToString(MatchingScript ms);
|
||||
|
||||
//! Return values
|
||||
struct MSReturnValues
|
||||
struct MatchingScriptReturnValues
|
||||
{
|
||||
//! Ctor
|
||||
MSReturnValues(const BlackMisc::Simulation::CAircraftModel &model) : model(model) {}
|
||||
MatchingScriptReturnValues(const BlackMisc::Simulation::CAircraftModel &model) : model(model) {}
|
||||
|
||||
BlackMisc::Simulation::CAircraftModel model; //!< the model
|
||||
bool modified = false; //!< modified?
|
||||
|
||||
Reference in New Issue
Block a user