]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/spinctrl.h
build fix
[wxWidgets.git] / include / wx / msw / spinctrl.h
index bd4e0c5f30240fabcc909ed68391cc79bbecb903..edcb026f761b6a57105a8ccaed25fccc3f9fdfa9 100644 (file)
@@ -104,6 +104,9 @@ protected:
     void OnSetFocus(wxFocusEvent& event);
     void OnKillFocus(wxFocusEvent& event);
 
+    int m_oldValue;
+    virtual void NormalizeValue();
+   
     // the data for the "buddy" text ctrl
     WXHWND     m_hwndBuddy;
     WXFARPROC  m_wndProcBuddy;