mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-05 09:54:13 +03:00
change function declaration to match Tcl_CmdProc type
This commit is contained in:
parent
bdd0a6a4e4
commit
7bd341fecb
|
@ -80,7 +80,7 @@ ImagingFind(const char* name)
|
|||
|
||||
static int
|
||||
PyImagingPhotoPut(ClientData clientdata, Tcl_Interp* interp,
|
||||
int argc, char **argv)
|
||||
int argc, const char **argv)
|
||||
{
|
||||
Imaging im;
|
||||
Tk_PhotoHandle photo;
|
||||
|
@ -172,7 +172,7 @@ PyImagingPhotoPut(ClientData clientdata, Tcl_Interp* interp,
|
|||
|
||||
static int
|
||||
PyImagingPhotoGet(ClientData clientdata, Tcl_Interp* interp,
|
||||
int argc, char **argv)
|
||||
int argc, const char **argv)
|
||||
{
|
||||
Tk_PhotoHandle photo;
|
||||
Tk_PhotoImageBlock block;
|
||||
|
|
Loading…
Reference in New Issue
Block a user