Fix type of class in qfo type encodings

This commit is contained in:
Bill Currie 2020-02-23 22:26:09 +09:00
parent 23573953a7
commit e6f243323e

View file

@ -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;