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:
parent
026767c6ae
commit
76c722f697
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user