projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't define EMPTY_PARAMETER_VALUE macro without wx prefix, this is an invitation...
[wxWidgets.git]
/
include
/
wx
/
valgen.h
diff --git
a/include/wx/valgen.h
b/include/wx/valgen.h
index 44596d0486c5596db0f03c379f2a67f09e84e8f7..35dd44ff5faaaacb3ede183eec4c431ce7f21070 100644
(file)
--- a/
include/wx/valgen.h
+++ b/
include/wx/valgen.h
@@
-12,10
+12,6
@@
#ifndef _WX_VALGENH__
#define _WX_VALGENH__
#ifndef _WX_VALGENH__
#define _WX_VALGENH__
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "valgen.h"
-#endif
-
#include "wx/validate.h"
#if wxUSE_VALIDATORS
#include "wx/validate.h"
#if wxUSE_VALIDATORS
@@
-30,7
+26,7
@@
public:
wxGenericValidator(wxArrayInt* val);
wxGenericValidator(const wxGenericValidator& copyFrom);
wxGenericValidator(wxArrayInt* val);
wxGenericValidator(const wxGenericValidator& copyFrom);
- ~wxGenericValidator(){}
+
virtual
~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.