]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/spinctrl.h
correct wxString forward declaration
[wxWidgets.git] / include / wx / msw / spinctrl.h
index 528ff7dcbfad62e74eccca321eef4a40397bed4f..b58f818c74b3bc527ed9ba28d46c109c311f4ffa 100644 (file)
@@ -102,6 +102,7 @@ protected:
     // Handle processing of special keys
     void OnChar(wxKeyEvent& event);
     void OnSetFocus(wxFocusEvent& event);
+    void OnKillFocus(wxFocusEvent& event);
 
     // the data for the "buddy" text ctrl
     WXHWND     m_hwndBuddy;