From: Jaakko Salli <jaakko.salli@dnainternet.net> Date: Fri, 15 Oct 2010 15:18:40 +0000 (+0000) Subject: Added the missing DLL export declaration for wxNumericPropertyValidator X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/76c722f6974a867b1d2ddc7890e4856b90d5a404?hp=026767c6aee4c61b904fe68b79af186258fd6005 Added the missing DLL export declaration for wxNumericPropertyValidator git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/propgrid/props.h b/include/wx/propgrid/props.h index 84f7d5191c..0e72c8038f 100644 --- a/include/wx/propgrid/props.h +++ b/include/wx/propgrid/props.h @@ -148,7 +148,7 @@ enum wxPGNumericValidationConstants /** A more comprehensive numeric validator class. */ -class wxNumericPropertyValidator : public wxTextValidator +class WXDLLIMPEXP_PROPGRID wxNumericPropertyValidator : public wxTextValidator { public: enum NumericType