From 76c722f6974a867b1d2ddc7890e4856b90d5a404 Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Fri, 15 Oct 2010 15:18:40 +0000 Subject: [PATCH] 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 --- include/wx/propgrid/props.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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