mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Quick (manual) fix to make the module compile with Waste 2.0. TBD later.
This commit is contained in:
parent
8c98266a7d
commit
5396feb3bb
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ my_dispose_handler(WEObjectReference objref)
|
|||
}
|
||||
|
||||
static pascal OSErr
|
||||
my_draw_handler(Rect *destRect, WEObjectReference objref)
|
||||
my_draw_handler(const Rect *destRect, WEObjectReference objref)
|
||||
{
|
||||
PyObject *args=NULL, *rv=NULL;
|
||||
OSErr err;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue