X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f5f3d4ec5c2b293ac4ef7962dc09d3c2926253f1..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/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; }