m_style = style;
}
- wxNumValidatorBase(const wxNumValidatorBase& other)
+ wxNumValidatorBase(const wxNumValidatorBase& other) : wxValidator()
{
m_style = other.m_style;
}
{
DoSetMinMax();
- SetPrecision(std::numeric_limits<ValueType>::digits10);
+ this->SetPrecision(std::numeric_limits<ValueType>::digits10);
}
// Ctor specifying an explicit precision.