Skip to content

Commit

Permalink
changed idx to id as more proper field name
Browse files Browse the repository at this point in the history
  • Loading branch information
pronvit committed Jun 2, 2016
1 parent ed8adc9 commit 07e44eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions df.entities.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1167,7 +1167,7 @@
<int32_t name='id'/>
<stl-vector name='parties'>
<pointer>
<int32_t name='idx'/>
<int32_t name='id'/>
<stl-vector type-name='int32_t' name='histfig_ids' ref-target='historical_figure'/>
<stl-vector type-name='int32_t' name='entity_ids' ref-target='historical_entity'/>
<stl-vector>
Expand All @@ -1180,10 +1180,10 @@
</stl-vector>
</pointer>
</stl-vector>
<int32_t name='next_party_idx'/>
<int32_t name='next_party_id'/>
<stl-vector name='details'>
<pointer>
<int32_t name='idx'/>
<int32_t name='id'/>
<int32_t name='year'/>
<int32_t name='year_tick'/>
<compound name='data' is-union='true'>
Expand All @@ -1207,7 +1207,7 @@
<int32_t name='type'/>
</pointer>
</stl-vector>
<int32_t name='next_details_idx'/>
<int32_t name='next_details_id'/>
<int32_t/>
<int32_t/>
<int32_t comment='v0.42.01'/>
Expand Down

0 comments on commit 07e44eb

Please sign in to comment.