diff options
Diffstat (limited to 'stdlib/types.h')
| -rw-r--r-- | stdlib/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/types.h b/stdlib/types.h index f74048cc..c7b938a0 100644 --- a/stdlib/types.h +++ b/stdlib/types.h @@ -63,7 +63,7 @@ struct TypeInfo_s { struct { const char *name; int num_fields; - bool is_secret:1; + bool is_secret:1, is_opaque:1; NamedType_t *fields; } StructInfo; }; |
