Commit 3e6ed65
authored
Fix name for enum keys in a map holding structs
When a map has enum as keys and any type of struct as values, the enum value that was used for the key would be replaced as if it was base class.
As the VariableInformation class has a constructor that receives the names directly from the map, use that information to not allow the name override.1 parent 0d820dc commit 3e6ed65
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| |||
0 commit comments