Skip to content

Commit

Permalink
Give one of the unions in specific_ref a name to avoid a MSVC limitat…
Browse files Browse the repository at this point in the history
…ion on anonymous types.
  • Loading branch information
ab9rf committed May 17, 2012
1 parent ab102b9 commit ae768f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion df.refs.xml
Expand Up @@ -315,7 +315,7 @@
<pointer name='job' type-name='job'/> <pointer name='job' type-name='job'/>
</compound> </compound>


<compound is-union='true'> <compound is-union='true' name='arg2'>
<pointer name='wrestle' type-name='unit_item_wrestle'/> <pointer name='wrestle' type-name='unit_item_wrestle'/>
</compound> </compound>
</struct-type> </struct-type>
Expand Down

0 comments on commit ae768f7

Please sign in to comment.