parent
c269932c4e
commit
dccddcdd59
1 changed files with 2 additions and 2 deletions
|
|
@ -255,9 +255,9 @@ wxIntegerValidatorBase::FromString(const wxString& s,
|
|||
}
|
||||
|
||||
bool
|
||||
wxIntegerValidatorBase::IsCharOk(const wxString& val,
|
||||
wxIntegerValidatorBase::IsCharOk(const wxString& WXUNUSED(val),
|
||||
int WXUNUSED(pos),
|
||||
wxChar WXUNUSED(ch)) const
|
||||
wxChar ch) const
|
||||
{
|
||||
// We only accept digits here (remember that '-' is taken care of by the
|
||||
// base class already).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue