Ref T658, renamed to "MatchingScriptReturnValues" because it is NO object to be used in matching script

This commit is contained in:
Klaus Basan
2019-06-15 00:00:43 +02:00
parent a53a62ac77
commit 52c9f3b6f4
6 changed files with 19 additions and 19 deletions

View File

@@ -847,7 +847,7 @@ namespace BlackCore
// Script
if (runMatchinScript && setup.doRunMsReverseLookupScript())
{
const MSReturnValues rv = CAircraftMatcher::reverseLookupScript(lookupModel, setup, log);
const MatchingScriptReturnValues rv = CAircraftMatcher::reverseLookupScript(lookupModel, setup, log);
if (rv.runScriptAndModified())
{
if (rv.runScriptAndRerun())