summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-01-10 20:27:22 (GMT)
committernijtmans <nijtmans>2010-01-10 20:27:22 (GMT)
commitd06599e802a1f92eff177ce5fba74e66fa60afb3 (patch)
tree24942977fa3ae398e93cc98f127ba6bd8b9d46d2 /generic/tkInt.h
parent0d5ee63431a40ebbe9d3a895d1ca2a3bb9a30cd0 (diff)
downloadtk-d06599e802a1f92eff177ce5fba74e66fa60afb3.zip
tk-d06599e802a1f92eff177ce5fba74e66fa60afb3.tar.gz
tk-d06599e802a1f92eff177ce5fba74e66fa60afb3.tar.bz2
CONSTify Tk_SetClassProcs
Diffstat (limited to 'generic/tkInt.h')
-rw-r--r--generic/tkInt.h4
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;
/*