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