diff options
author | nijtmans <nijtmans> | 2010-01-10 20:27:22 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-01-10 20:27:22 (GMT) |
commit | d06599e802a1f92eff177ce5fba74e66fa60afb3 (patch) | |
tree | 24942977fa3ae398e93cc98f127ba6bd8b9d46d2 /generic/tkInt.h | |
parent | 0d5ee63431a40ebbe9d3a895d1ca2a3bb9a30cd0 (diff) | |
download | tk-d06599e802a1f92eff177ce5fba74e66fa60afb3.zip tk-d06599e802a1f92eff177ce5fba74e66fa60afb3.tar.gz tk-d06599e802a1f92eff177ce5fba74e66fa60afb3.tar.bz2 |
CONSTify Tk_SetClassProcs
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r-- | generic/tkInt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h index 83ccbae..322f66a 100644 --- a/generic/tkInt.h +++ b/generic/tkInt.h @@ -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: tkInt.h,v 1.118 2010/01/06 14:58:30 dkf Exp $ + * RCS: $Id: tkInt.h,v 1.119 2010/01/10 20:27:23 nijtmans Exp $ */ #ifndef _TKINT @@ -802,7 +802,7 @@ typedef struct TkWindow { * Information used by widget classes. */ - Tk_ClassProcs *classProcsPtr; + const Tk_ClassProcs *classProcsPtr; ClientData instanceData; /* |