Unreferenced parameters warning resolved

This commit is contained in:
Simon Rozman 2016-07-15 12:50:39 +02:00
parent 3bd75b9735
commit d604e81604

View File

@ -38,7 +38,7 @@ wxHexValidatorBase::wxHexValidatorBase(const wxHexValidatorBase& other) :
}
bool wxHexValidatorBase::IsMinusOk(const wxString& val, int pos) const
bool wxHexValidatorBase::IsMinusOk(const wxString& /*val*/, int /*pos*/) const
{
// Minus is never OK with hexadecimal numbers.
return false;