Commit 2993d53f11c4415314ab44c8ff3ad2bf671ad812
1 parent
6a8c2f09
to avoid confusion, rename HK_Form_Line_Attribute to HK_Form_Table_Line_Attribute
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
view/types/hk_form_table.anubis
| ... | ... | @@ -2,7 +2,7 @@ |
| 2 | 2 | * Created by 伝作 (Densaku). |
| 3 | 3 | * Types & Messages generator written by フランスのトトロ aka (David RENÉ) |
| 4 | 4 | * Date: 2017-04-19 |
| 5 | - * Time: 15:54:06 | |
| 5 | + * Time: 16:17:58 | |
| 6 | 6 | * |
| 7 | 7 | */ |
| 8 | 8 | |
| ... | ... | @@ -38,7 +38,7 @@ public type HK_Form_Table_Cell: |
| 38 | 38 | . |
| 39 | 39 | |
| 40 | 40 | |
| 41 | -public type HK_Form_Line_Attribute: | |
| 41 | +public type HK_Form_Table_Line_Attribute: | |
| 42 | 42 | colspan( |
| 43 | 43 | Int number |
| 44 | 44 | ), |
| ... | ... | @@ -50,8 +50,8 @@ public type HK_Form_Line_Attribute: |
| 50 | 50 | |
| 51 | 51 | public type HK_Form_Table_Line: |
| 52 | 52 | hk_form_table_line( |
| 53 | - List(HK_Form_Line_Attribute) line_attr, | |
| 54 | - List(HK_Form_Table_Cell) form_table_cells | |
| 53 | + List(HK_Form_Table_Line_Attribute) line_attr, | |
| 54 | + List(HK_Form_Table_Cell) form_table_cells | |
| 55 | 55 | ) |
| 56 | 56 | . |
| 57 | 57 | ... | ... |