diff options
Diffstat (limited to 'generic/tclOODecls.h')
-rw-r--r-- | generic/tclOODecls.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/generic/tclOODecls.h b/generic/tclOODecls.h index 9fd62ec..1de3e92 100644 --- a/generic/tclOODecls.h +++ b/generic/tclOODecls.h @@ -18,6 +18,9 @@ # define USE_TCLOO_STUBS #endif +#define tclOOPrivateStubs tclOOIntStubs +#define TclOOPrivateStubs TclOOIntStubs + /* !BEGIN!: Do not edit below this line. */ #ifdef __cplusplus @@ -118,7 +121,7 @@ TCLAPI Tcl_Obj * Tcl_GetObjectName(Tcl_Interp *interp, Tcl_Object object); typedef struct { - const struct TclOOIntStubs *tclOOIntStubs; + const struct TclOOPrivateStubs *tclOOPrivateStubs; } TclOOStubHooks; typedef struct TclOOStubs { |