]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/spinbutt.h
added wx/font.h include to fix PCH-less build
[wxWidgets.git] / include / wx / univ / spinbutt.h
index e6f3fcb1d9e766e0848cfc54306e524301f3a494..9be652051401df03bc1813489d9411d47caa8cae 100644 (file)
@@ -58,15 +58,15 @@ public:
     // for wxStdSpinButtonInputHandler
     const wxScrollArrows& GetArrows() { return m_arrows; }
 
+    virtual bool PerformAction(const wxControlAction& action,
+                               long numArg = 0,
+                               const wxString& strArg = wxEmptyString);
+
 protected:
     virtual wxSize DoGetBestClientSize() const;
     virtual void DoDraw(wxControlRenderer *renderer);
     virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; }
 
-    virtual bool PerformAction(const wxControlAction& action,
-                               long numArg = 0,
-                               const wxString& strArg = wxEmptyString);
-
     // the common part of all ctors
     void Init();