Fixed wxPGGlobalVars export declaration
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -105,7 +105,7 @@ public:
|
||||
int HasExtraStyle( int style ) const { return (m_extraStyle & style); }
|
||||
};
|
||||
|
||||
extern WXDLLIMPEXP_PROPGRID wxPGGlobalVarsClass* wxPGGlobalVars;
|
||||
extern WXDLLIMPEXP_DATA_PROPGRID(wxPGGlobalVarsClass*) wxPGGlobalVars;
|
||||
|
||||
#define wxPGVariant_EmptyString (wxPGGlobalVars->m_vEmptyString)
|
||||
#define wxPGVariant_Zero (wxPGGlobalVars->m_vZero)
|
||||
|
Reference in New Issue
Block a user