summaryrefslogtreecommitdiffstats
path: root/generic/tkBitmap.c
diff options
context:
space:
mode:
authornijtmans <nijtmans>2007-01-03 04:10:48 (GMT)
committernijtmans <nijtmans>2007-01-03 04:10:48 (GMT)
commitdf1d5b0c6b3bdf308fd86c0101f8e9110b177a6d (patch)
tree55ba9040aa4b132a813feb9491021de15558513d /generic/tkBitmap.c
parentba7fa40f47b2346070ac01a694ba15c111ffb9eb (diff)
downloadtk-df1d5b0c6b3bdf308fd86c0101f8e9110b177a6d.zip
tk-df1d5b0c6b3bdf308fd86c0101f8e9110b177a6d.tar.gz
tk-df1d5b0c6b3bdf308fd86c0101f8e9110b177a6d.tar.bz2
various "const" additions in implementation
Diffstat (limited to 'generic/tkBitmap.c')
-rw-r--r--generic/tkBitmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkBitmap.c b/generic/tkBitmap.c
index c4900bc..60fce0f 100644
--- a/generic/tkBitmap.c
+++ b/generic/tkBitmap.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkBitmap.c,v 1.15 2006/02/27 11:34:49 dkf Exp $
+ * RCS: @(#) $Id: tkBitmap.c,v 1.16 2007/01/03 04:10:55 nijtmans Exp $
*/
#include "tkPort.h"
@@ -959,7 +959,7 @@ static void
InitBitmapObj(
Tcl_Obj *objPtr) /* The object to convert. */
{
- Tcl_ObjType *typePtr;
+ const Tcl_ObjType *typePtr;
/*
* Free the old internalRep before setting the new one.