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/tk.decls | |
parent | 0d5ee63431a40ebbe9d3a895d1ca2a3bb9a30cd0 (diff) | |
download | tk-d06599e802a1f92eff177ce5fba74e66fa60afb3.zip tk-d06599e802a1f92eff177ce5fba74e66fa60afb3.tar.gz tk-d06599e802a1f92eff177ce5fba74e66fa60afb3.tar.bz2 |
CONSTify Tk_SetClassProcs
Diffstat (limited to 'generic/tk.decls')
-rw-r--r-- | generic/tk.decls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tk.decls b/generic/tk.decls index c8b9e5e..ffb5291 100644 --- a/generic/tk.decls +++ b/generic/tk.decls @@ -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: tk.decls,v 1.48 2009/06/29 14:35:01 das Exp $ +# RCS: @(#) $Id: tk.decls,v 1.49 2010/01/10 20:27:22 nijtmans Exp $ library tk @@ -929,7 +929,7 @@ declare 241 generic { } declare 242 generic { void Tk_SetClassProcs(Tk_Window tkwin, - Tk_ClassProcs *procs, ClientData instanceData) + const Tk_ClassProcs *procs, ClientData instanceData) } # New in 8.4a4 |