summaryrefslogtreecommitdiffstats
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 7e21f0fc8b..63092115be 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -4902,7 +4902,8 @@ typedef enum {
WT_MEMBER,
WT_METHOD, // object method
WT_METHOD_ARG, // object method argument type
- WT_METHOD_RETURN // object method return type
+ WT_METHOD_RETURN, // object method return type
+ WT_CAST, // type cast
} wherekind_T;
// Struct used to pass the location of a type check. Used in error messages to