]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/gaugemsw.h
wxWindow::GetBestSize() added
[wxWidgets.git] / include / wx / msw / gaugemsw.h
index 627f842afe907f53011996b0ef80710fc3d72edd..7f0a1f39f3881939ceb22255b7c774583a901a63 100644 (file)
@@ -18,7 +18,7 @@
 
 #include "wx/control.h"
 
-WXDLLEXPORT_DATA(extern const char*) wxGaugeNameStr;
+WXDLLEXPORT_DATA(extern const wxChar*) wxGaugeNameStr;
 
 // Group box
 class WXDLLEXPORT wxGaugeMSW: public wxControl
@@ -70,10 +70,6 @@ public:
 protected:
     int      m_rangeMax;
     int      m_gaugePos;
-
-    virtual void DoSetSize(int x, int y,
-                           int width, int height,
-                           int sizeFlags = wxSIZE_AUTO);
 };
 
 #endif