mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 02:36:17 +03:00
Merge pull request #1974 from wiredfool/pr_1966
change function declaration to match Tcl_CmdProc type
This commit is contained in:
commit
4a8d2c6936
|
@ -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