summaryrefslogtreecommitdiffstats
path: root/generic/tkFont.c
diff options
context:
space:
mode:
authornijtmans <nijtmans>2007-01-03 04:10:48 (GMT)
committernijtmans <nijtmans>2007-01-03 04:10:48 (GMT)
commitcac34c03ac4f3b143325331ab94c25319c77707b (patch)
tree55ba9040aa4b132a813feb9491021de15558513d /generic/tkFont.c
parent16cdeeca7012af9595b161d13ef388051201b2d6 (diff)
downloadtk-cac34c03ac4f3b143325331ab94c25319c77707b.zip
tk-cac34c03ac4f3b143325331ab94c25319c77707b.tar.gz
tk-cac34c03ac4f3b143325331ab94c25319c77707b.tar.bz2
various "const" additions in implementation
Diffstat (limited to 'generic/tkFont.c')
-rw-r--r--generic/tkFont.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkFont.c b/generic/tkFont.c
index ba286b5..50f55f1 100644
--- a/generic/tkFont.c
+++ b/generic/tkFont.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: tkFont.c,v 1.30 2006/12/10 05:26:42 das Exp $
+ * RCS: @(#) $Id: tkFont.c,v 1.31 2007/01/03 04:10:54 nijtmans Exp $
*/
#include "tkPort.h"
@@ -1295,7 +1295,7 @@ SetFontFromAny(
Tcl_Interp *interp, /* Used for error reporting if not NULL. */
Tcl_Obj *objPtr) /* The object to convert. */
{
- Tcl_ObjType *typePtr;
+ const Tcl_ObjType *typePtr;
/*
* Free the old internalRep before setting the new one.