summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/structs.h b/src/structs.h
index 1395a2027..46f9b0c3d 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -1463,8 +1463,9 @@ typedef struct {
* Entry for an object member variable.
*/
typedef struct {
- char_u *om_name; // allocated
+ char_u *om_name; // allocated
type_T *om_type;
+ char_u *om_init; // allocated
} objmember_T;
// "class_T": used for v_class of typval of VAR_CLASS