mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
Fix type of class in qfo type encodings
This commit is contained in:
parent
23573953a7
commit
e6f243323e
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ typedef struct qfot_type_s {
|
|||
qfot_func_t func; ///< ty_basic, ev_func
|
||||
qfot_struct_t strct; ///< ty_struct/ty_union/ty_enum
|
||||
qfot_array_t array; ///< ty_array
|
||||
pointer_t class; ///< ty_class
|
||||
string_t class; ///< ty_class
|
||||
qfot_alias_t alias; ///< ty_alias
|
||||
} t;
|
||||
} qfot_type_t;
|
||||
|
|
Loading…
Reference in a new issue