diff options
author | nijtmans <nijtmans> | 2007-01-03 04:10:48 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2007-01-03 04:10:48 (GMT) |
commit | df1d5b0c6b3bdf308fd86c0101f8e9110b177a6d (patch) | |
tree | 55ba9040aa4b132a813feb9491021de15558513d /generic/tk3d.c | |
parent | ba7fa40f47b2346070ac01a694ba15c111ffb9eb (diff) | |
download | tk-df1d5b0c6b3bdf308fd86c0101f8e9110b177a6d.zip tk-df1d5b0c6b3bdf308fd86c0101f8e9110b177a6d.tar.gz tk-df1d5b0c6b3bdf308fd86c0101f8e9110b177a6d.tar.bz2 |
various "const" additions in implementation
Diffstat (limited to 'generic/tk3d.c')
-rw-r--r-- | generic/tk3d.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tk3d.c b/generic/tk3d.c index cee599f..77c118e 100644 --- a/generic/tk3d.c +++ b/generic/tk3d.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tk3d.c,v 1.16 2005/11/17 10:57:35 dkf Exp $ + * RCS: @(#) $Id: tk3d.c,v 1.17 2007/01/03 04:10:48 nijtmans Exp $ */ #include "tk3d.h" @@ -1321,7 +1321,7 @@ static void InitBorderObj( Tcl_Obj *objPtr) /* The object to convert. */ { - Tcl_ObjType *typePtr; + const Tcl_ObjType *typePtr; /* * Free the old internalRep before setting the new one. |