diff options
-rw-r--r-- | scripts/Targets.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Targets.pm b/scripts/Targets.pm index 35f0842..a8e3a0c 100644 --- a/scripts/Targets.pm +++ b/scripts/Targets.pm @@ -89,7 +89,7 @@ sub loadXML print "Loading MRW XML: $filename\n"; $self->{xml} = XMLin($filename,forcearray => [ 'child_id', 'hidden_child_id', 'bus', - 'property', 'field', 'attribute' ]); + 'property', 'field', 'attribute', 'enumerator' ]); if (defined($self->{xml}->{'enumerationTypes'})) { |