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
This commit is contained in:
Jaakko Salli 2010-10-15 15:18:40 +00:00
parent 026767c6ae
commit 76c722f697

View File

@ -148,7 +148,7 @@ enum wxPGNumericValidationConstants
/** /**
A more comprehensive numeric validator class. A more comprehensive numeric validator class.
*/ */
class wxNumericPropertyValidator : public wxTextValidator class WXDLLIMPEXP_PROPGRID wxNumericPropertyValidator : public wxTextValidator
{ {
public: public:
enum NumericType enum NumericType