]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed wxPGGlobalVars export declaration
authorJaakko Salli <jaakko.salli@dnainternet.net>
Tue, 26 Jan 2010 17:44:51 +0000 (17:44 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Tue, 26 Jan 2010 17:44:51 +0000 (17:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/propgrid/propgrid.h

index 90b8ba90041de9eef71938050cba5be5fc7ae7e2..30eaa0de3b877125a9d6b109d9cbe956ea8bd2b6 100644 (file)
@@ -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)