Commit cc81f7cda88aa97620ba0d54be890e493a287e6d

Authored by totoro
1 parent ee111c97

add name to vt_edit

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
view/view_table_types.anubis
... ... @@ -37,7 +37,7 @@ public define VT_edit_entry information(String s_name, String c_name, String v_n
37 37  
38 38  
39 39 public type VT_edit:
40   - vt_edit(String table_name, List(VT_edit_entry) list).
  40 + vt_edit(String table_name, String view_name, List(VT_edit_entry) list).
41 41  
42 42 public type VT_view_entry:
43 43 text(String text),
... ...