unifying CFTypes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -326,7 +326,7 @@ private :
|
|||||||
#if wxUSE_TIMER
|
#if wxUSE_TIMER
|
||||||
wxMacToolTipTimer* m_timer ;
|
wxMacToolTipTimer* m_timer ;
|
||||||
#endif
|
#endif
|
||||||
wxMacCFStringHolder m_helpTextRef ;
|
wxCFStringRef m_helpTextRef ;
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
// Quartz
|
// Quartz
|
||||||
@@ -781,7 +781,7 @@ public :
|
|||||||
|
|
||||||
protected :
|
protected :
|
||||||
wxString m_label;
|
wxString m_label;
|
||||||
wxMacCFStringHolder m_cfLabel;
|
wxCFStringRef m_cfLabel;
|
||||||
void * m_data;
|
void * m_data;
|
||||||
SInt32 m_order;
|
SInt32 m_order;
|
||||||
DataBrowserPropertyID m_colId;
|
DataBrowserPropertyID m_colId;
|
||||||
|
Reference in New Issue
Block a user