]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/control.h
trying to fix dmc warning about potential overload ambiguity
[wxWidgets.git] / include / wx / msw / control.h
index 70ce2da88df26b02546772710ba0e4361b131bb8..d00396b335ccd6f165c7e7d8be8572934acb10c5 100644 (file)
@@ -81,7 +81,7 @@ protected:
     // In wxMSW it was only wxSpinCtrl derived from wxSpinButton but in
     // WinCE of Smartphones this happens also for native wxTextCtrl,
     // wxChoice and others.
-    virtual wxSize GetBestSpinerSize(const bool is_vertical) const;
+    virtual wxSize GetBestSpinnerSize(const bool is_vertical) const;
 
     // create the control of the given Windows class: this is typically called
     // from Create() method of the derived class passing its label, pos and