mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Ref T658, renamed to "MatchingScriptReturnValues" because it is NO object to be used in matching script
This commit is contained in:
committed by
Mat Sutcliffe
parent
4e24edcb0a
commit
7b6650db32
@@ -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