summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkDecls.h
diff options
context:
space:
mode:
authorjenglish@flightlab.com <jenglish>2010-02-05 21:33:13 (GMT)
committerjenglish@flightlab.com <jenglish>2010-02-05 21:33:13 (GMT)
commit89f88c4f65c8a9ab76da1015d509e7b704158e0a (patch)
treee1ddd82f0d6248b9f354176183943cbe3e82acb5 /generic/ttk/ttkDecls.h
parent72fec44bcc97fb8411087f94ce12df3af8f4ca4c (diff)
downloadtk-89f88c4f65c8a9ab76da1015d509e7b704158e0a.zip
tk-89f88c4f65c8a9ab76da1015d509e7b704158e0a.tar.gz
tk-89f88c4f65c8a9ab76da1015d509e7b704158e0a.tar.bz2
Laxative patch: Revert contravariant const qualifiers added by the
previous commit to keep codebase in sync with the Tile extension, which must remain 8.4 compatible.
Diffstat (limited to 'generic/ttk/ttkDecls.h')
-rw-r--r--generic/ttk/ttkDecls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/ttk/ttkDecls.h b/generic/ttk/ttkDecls.h
index 650fd86..88b2921 100644
--- a/generic/ttk/ttkDecls.h
+++ b/generic/ttk/ttkDecls.h
@@ -1,5 +1,5 @@
/*
- * $Id: ttkDecls.h,v 1.11 2010/02/05 17:42:21 nijtmans Exp $
+ * $Id: ttkDecls.h,v 1.12 2010/02/05 21:33:14 jenglish Exp $
*
* This file is (mostly) automatically generated from ttk.decls.
*/
@@ -139,7 +139,7 @@ typedef struct TtkStubs {
int magic;
int epoch;
int revision;
- const struct TtkStubHooks *hooks;
+ struct TtkStubHooks *hooks;
Ttk_Theme (*ttk_GetTheme) (Tcl_Interp *interp, const char *name); /* 0 */
Ttk_Theme (*ttk_GetDefaultTheme) (Tcl_Interp *interp); /* 1 */