diff options
Diffstat (limited to 'generic/tclOOStubInit.c')
| -rw-r--r-- | generic/tclOOStubInit.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/generic/tclOOStubInit.c b/generic/tclOOStubInit.c index b9034f0..7b653cb 100644 --- a/generic/tclOOStubInit.c +++ b/generic/tclOOStubInit.c @@ -76,6 +76,9 @@ const TclOOStubs tclOOStubs = {      Tcl_MethodIsPrivate, /* 29 */      Tcl_GetClassOfObject, /* 30 */      Tcl_GetObjectClassName, /* 31 */ +    Tcl_MethodIsType2, /* 32 */ +    Tcl_NewInstanceMethod2, /* 33 */ +    Tcl_NewMethod2, /* 34 */  };  /* !END!: Do not edit above this line. */ | 
