diff options
author | nijtmans <nijtmans> | 2010-02-17 19:21:15 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-02-17 19:21:15 (GMT) |
commit | 9f046b73edc64ad7d7d9300fbaaad529c140e5b8 (patch) | |
tree | 7e6bc8a3999b8bdb70d646dd25854cf5e389ba36 /generic/tk.h | |
parent | 29edc67cec0c0df9617eaaba545a6c98b29e0602 (diff) | |
download | tk-9f046b73edc64ad7d7d9300fbaaad529c140e5b8.zip tk-9f046b73edc64ad7d7d9300fbaaad529c140e5b8.tar.gz tk-9f046b73edc64ad7d7d9300fbaaad529c140e5b8.tar.bz2 |
CONSTify everything related to Tk_ConfigSpec
Diffstat (limited to 'generic/tk.h')
-rw-r--r-- | generic/tk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tk.h b/generic/tk.h index 0512b1d..d154e86 100644 --- a/generic/tk.h +++ b/generic/tk.h @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tk.h,v 1.132 2009/09/04 09:39:54 dkf Exp $ + * RCS: @(#) $Id: tk.h,v 1.133 2010/02/17 19:21:16 nijtmans Exp $ */ #ifndef _TK @@ -1031,7 +1031,7 @@ typedef struct Tk_ItemType { Tk_ItemCreateProc *createProc; /* Procedure to create a new item of this * type. */ - Tk_ConfigSpec *configSpecs; /* Pointer to array of configuration specs for + CONST86 Tk_ConfigSpec *configSpecs; /* Pointer to array of configuration specs for * this type. Used for returning configuration * info. */ Tk_ItemConfigureProc *configProc; |