including ref classes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2007-05-18 07:41:15 +00:00
parent f23cf8d532
commit dfc9fdca6f

View File

@@ -49,6 +49,7 @@
#ifdef __WXMAC_CARBON__
#include "wx/mac/corefoundation/cfstring.h"
#include "wx/mac/corefoundation/cfdataref.h"
#endif
#ifndef FixedToInt
@@ -429,6 +430,11 @@ public :
operator refType () const { return m_ref; }
wxMacCFRefHolder& operator=(refType r)
{
Set( r );
return *this;
}
private :
refType m_ref;
bool m_release;