summaryrefslogtreecommitdiffstats
path: root/generic/tclOOInt.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclOOInt.h')
-rw-r--r--generic/tclOOInt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/generic/tclOOInt.h b/generic/tclOOInt.h
index 59a0cb6..bd11638 100644
--- a/generic/tclOOInt.h
+++ b/generic/tclOOInt.h
@@ -407,6 +407,10 @@ struct Foundation {
Tcl_Obj *myName; /* The "my" shared object. */
Tcl_Obj *mcdName; /* The shared object for calling the helper to
* mix in class delegates. */
+ Tcl_Obj *slotGetName; /* The "Get" name used by slots. */
+ Tcl_Obj *slotSetName; /* The "Set" name used by slots. */
+ Tcl_Obj *slotResolveName; /* The "Resolve" name used by slots. */
+ Tcl_Obj *slotDefOpName; /* The "--default-operation" name used by slots. */
};
/*