]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/choice.h
wxTreeEvent is declared in one header, not 3 of them
[wxWidgets.git] / include / wx / msw / choice.h
index 2870c78b71a41ae008ab35b358df6754f124ec0d..7cdfa9a577e53b2dfae672addec2453189c4be10 100644 (file)
@@ -73,9 +73,10 @@ public:
 protected:
     int     m_noStrings;
 
 protected:
     int     m_noStrings;
 
+    virtual wxSize DoGetBestSize();
     virtual void DoSetSize(int x, int y,
     virtual void DoSetSize(int x, int y,
-            int width, int height,
-            int sizeFlags = wxSIZE_AUTO);
+                           int width, int height,
+                           int sizeFlags = wxSIZE_AUTO);
 };
 
 #endif
 };
 
 #endif