X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f5f3d4ec5c2b293ac4ef7962dc09d3c2926253f1..f6669958924c3c3833e2932b65598b06073d2e65:/include/wx/valnum.h diff --git a/include/wx/valnum.h b/include/wx/valnum.h index 19320248e4..2fbfe607b8 100644 --- a/include/wx/valnum.h +++ b/include/wx/valnum.h @@ -49,7 +49,7 @@ protected: m_style = style; } - wxNumValidatorBase(const wxNumValidatorBase& other) + wxNumValidatorBase(const wxNumValidatorBase& other) : wxValidator() { m_style = other.m_style; }