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:
parent
368a4a4784
commit
56689e1b3a
@ -134,7 +134,7 @@ private:
|
||||
{ \
|
||||
wxLogRelease(_T(#classname), m_cRef); \
|
||||
\
|
||||
if ( --m_cRef == 0 ) { \
|
||||
if ( --m_cRef == wxAutoULong(0) ) { \
|
||||
delete this; \
|
||||
return 0; \
|
||||
} \
|
||||
|
Loading…
Reference in New Issue
Block a user