summaryrefslogtreecommitdiffstats
path: root/generic/tkInt.h
diff options
context:
space:
mode:
authornijtmans <nijtmans>2007-01-18 23:56:43 (GMT)
committernijtmans <nijtmans>2007-01-18 23:56:43 (GMT)
commit70241ed12dcc2b7c07c8f6d0e14654db03632683 (patch)
tree14d4b70e0f8f510d7c3dd57fd689e8587d0d74e1 /generic/tkInt.h
parent363c82a543b016cf30ea86ff60fcebcd66c64564 (diff)
downloadtk-70241ed12dcc2b7c07c8f6d0e14654db03632683.zip
tk-70241ed12dcc2b7c07c8f6d0e14654db03632683.tar.gz
tk-70241ed12dcc2b7c07c8f6d0e14654db03632683.tar.bz2
various "const" additions, in line with TIP #27
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 50af9ef..627ec58 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.76 2007/01/03 05:06:27 nijtmans Exp $
+ * RCS: $Id: tkInt.h,v 1.77 2007/01/18 23:56:43 nijtmans Exp $
*/
#ifndef _TKINT
@@ -845,7 +845,7 @@ typedef struct TkWindow {
typedef struct TkStateMap {
int numKey; /* Integer representation of a value. */
- char *strKey; /* String representation of a value. */
+ const char *strKey; /* String representation of a value. */
} TkStateMap;
/*