summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h
index 78108c18f..08edcf402 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -1494,6 +1494,8 @@ struct class_S
int class_refcount;
int class_copyID; // used by garbage collection
+ class_T *class_extends; // parent class or NULL
+
// interfaces declared for the class
int class_interface_count;
char_u **class_interfaces; // allocated array of names