Update of /cvsroot/pywin32/pywin32/Pythonwin
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3077
Modified Files:
win32ImageList.cpp
Log Message:
Prevent annoying "pure virtual function call" popup when closing Pythonwin_d
Index: win32ImageList.cpp
===================================================================
RCS file: /cvsroot/pywin32/pywin32/Pythonwin/win32ImageList.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** win32ImageList.cpp 3 Jun 2007 12:35:57 -0000 1.3
--- win32ImageList.cpp 7 Oct 2008 15:14:03 -0000 1.4
***************
*** 31,35 ****
{
CImageList::Dump(dc);
! DumpAssocPyObject(dc, (void *)this);
}
#endif
--- 31,35 ----
{
CImageList::Dump(dc);
! // DumpAssocPyObject(dc, (void *)this);
}
#endif
|