]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/valnum.h
support SDK < 10.6, fixes #14902
[wxWidgets.git] / include / wx / valnum.h
index 19320248e40ca0c7e8b807b6b3ac5727b847b2e8..2fbfe607b898b2261fa83b2bf119352f7c392e05 100644 (file)
@@ -49,7 +49,7 @@ protected:
         m_style = style;
     }
 
-    wxNumValidatorBase(const wxNumValidatorBase& other)
+    wxNumValidatorBase(const wxNumValidatorBase& other) : wxValidator()
     {
         m_style = other.m_style;
     }