Added a const to shut up a compiler warning.
diff --git a/Mac/Modules/waste/wastesupport.py b/Mac/Modules/waste/wastesupport.py
index 7b2ff13..246c6c1 100644
--- a/Mac/Modules/waste/wastesupport.py
+++ b/Mac/Modules/waste/wastesupport.py
@@ -202,7 +202,7 @@
 }
 
 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;