diff options
author | nijtmans <nijtmans> | 2009-01-02 23:20:32 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-01-02 23:20:32 (GMT) |
commit | fb1c5e8f8ea40f38be0629ab2370d80574318ebb (patch) | |
tree | 42c956c7017f61a06ea37b259ec5ad3ae385d965 /generic/tk.decls | |
parent | bfc634919d8d9db655eb5d54dd632fe9ab95cc2a (diff) | |
download | tk-fb1c5e8f8ea40f38be0629ab2370d80574318ebb.zip tk-fb1c5e8f8ea40f38be0629ab2370d80574318ebb.tar.gz tk-fb1c5e8f8ea40f38be0629ab2370d80574318ebb.tar.bz2 |
CONSTify Tk_ClipboardAppend
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 8d3740e..4de7253 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.45 2008/11/12 00:15:24 nijtmans Exp $ +# RCS: @(#) $Id: tk.decls,v 1.46 2009/01/02 23:20:32 nijtmans Exp $ library tk @@ -129,7 +129,7 @@ declare 24 generic { } declare 25 generic { int Tk_ClipboardAppend(Tcl_Interp *interp,Tk_Window tkwin, - Atom target, Atom format, char* buffer) + Atom target, Atom format, const char* buffer) } declare 26 generic { int Tk_ClipboardClear(Tcl_Interp *interp, Tk_Window tkwin) |