]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/statbmp.h
remove unused variable assignment, closes #14928
[wxWidgets.git] / include / wx / msw / statbmp.h
index 71cffec52beb5e95f152ae61227d1da8f70782ac..9466edf5122f352c3b587efa5bb9d4a2e735f638 100644 (file)
@@ -58,7 +58,7 @@ public:
     virtual bool CanApplyThemeBorder() const { return false; }
 
 protected:
-    virtual wxSize DoGetBestSize() const;
+    virtual wxSize DoGetBestClientSize() const;
 
     // ctor/dtor helpers
     void Init() { m_isIcon = true; m_image = NULL; m_currentHandle = 0; }