explicit cast for digital mars to use OLE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott 2003-04-24 11:15:36 +00:00
parent 368a4a4784
commit 56689e1b3a

View File

@ -134,7 +134,7 @@ private:
{ \
wxLogRelease(_T(#classname), m_cRef); \
\
if ( --m_cRef == 0 ) { \
if ( --m_cRef == wxAutoULong(0) ) { \
delete this; \
return 0; \
} \