projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added __WXMAC_OSX__ guards around the CFRunLoop calls, CFRunLoop not available on...
[wxWidgets.git]
/
include
/
wx
/
valgen.h
diff --git
a/include/wx/valgen.h
b/include/wx/valgen.h
index 4b165afab43ce42f8eecc78c163a908c79d34ebe..395f06a7c012aa224d57e2dc23c923250831c853 100644
(file)
--- a/
include/wx/valgen.h
+++ b/
include/wx/valgen.h
@@
-30,7
+30,7
@@
public:
wxGenericValidator(wxArrayInt* val);
wxGenericValidator(const wxGenericValidator& copyFrom);
wxGenericValidator(wxArrayInt* val);
wxGenericValidator(const wxGenericValidator& copyFrom);
- ~wxGenericValidator()
;
+ ~wxGenericValidator()
{}
// Make a clone of this validator (or return NULL) - currently necessary
// if you're passing a reference to a validator.
// Make a clone of this validator (or return NULL) - currently necessary
// if you're passing a reference to a validator.