X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f5f3d4ec5c2b293ac4ef7962dc09d3c2926253f1..8e77fd8bca165aab9709649d79a7cbc6a172d4e1:/include/wx/valnum.h?ds=sidebyside 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; }