projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
minor clean up
[wxWidgets.git]
/
include
/
wx
/
valgen.h
diff --git
a/include/wx/valgen.h
b/include/wx/valgen.h
index 8fa29d664204fbf8261c12bbbad22275b0a186d8..1dbcdb62ecb527db508df3795955f2c879226874 100644
(file)
--- a/
include/wx/valgen.h
+++ b/
include/wx/valgen.h
@@
-18,6
+18,8
@@
#include "wx/validate.h"
+#if wxUSE_VALIDATORS
+
class WXDLLEXPORT wxGenericValidator: public wxValidator
{
public:
@@
-55,4
+57,8
@@
protected:
wxArrayInt* m_pArrayInt;
};
-#endif // _WX_VALGENH__
+#endif
+ // wxUSE_VALIDATORS
+
+#endif
+ // _WX_VALGENH__