From e9c1676826c1619d1c46b40f6201cfbb8ee6acf8 Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Wed, 21 Nov 2018 07:36:27 +0000 Subject: Fix windows build with Visual Studio --- generic/tclOOCall.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/generic/tclOOCall.c b/generic/tclOOCall.c index 425995a..36fc3bd 100644 --- a/generic/tclOOCall.c +++ b/generic/tclOOCall.c @@ -96,7 +96,7 @@ static void AddClassMethodNames(Class *clsPtr, const int flags, Tcl_HashTable *const examinedClassesPtr); static inline void AddDefinitionNamespaceToChain(Class *const definerCls, Tcl_Obj *const namespaceName, - DefineChain *const definePtr, const int flags); + DefineChain *const definePtr, int flags); static inline void AddMethodToCallChain(Method *const mPtr, struct ChainBuilder *const cbPtr, Tcl_HashTable *const doneFilters, @@ -2022,8 +2022,8 @@ AddSimpleClassDefineNamespaces( static inline void AddDefinitionNamespaceToChain( - Class *definerCls, /* What class defines this entry. */ - Tcl_Obj *namespaceName, /* The name for this entry (or NULL, a + Class *const definerCls, /* What class defines this entry. */ + Tcl_Obj *const namespaceName, /* The name for this entry (or NULL, a * no-op). */ DefineChain *const definePtr, /* The define chain to add the method -- cgit v0.12