[Python-checkins] CVS: python/dist/src/Mac/Modules/waste wastesupport.py,1.13,1.14

Jack Jansen jackjansen@users.sourceforge.net
Wed, 20 Jun 2001 14:21:09 -0700


Update of /cvsroot/python/python/dist/src/Mac/Modules/waste
In directory usw-pr-cvs1:/tmp/cvs-serv32730/Python/Mac/Modules/waste

Modified Files:
	wastesupport.py 
Log Message:
Added a const to shut up a compiler warning.

Index: wastesupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/waste/wastesupport.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** wastesupport.py	2000/09/08 22:06:16	1.13
--- wastesupport.py	2001/06/20 21:21:07	1.14
***************
*** 203,207 ****
  
  static pascal OSErr
! my_draw_handler(Rect *destRect, WEObjectReference objref)
  {
  	PyObject *args=NULL, *rv=NULL;
--- 203,207 ----
  
  static pascal OSErr
! my_draw_handler(const Rect *destRect, WEObjectReference objref)
  {
  	PyObject *args=NULL, *rv=NULL;