]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/choice.cpp
Borland makefile fixes
[wxWidgets.git] / src / msw / choice.cpp
index 4bba2263d7e1711c595c84382e3b827fa2eb65a5..a901873db3f5b16cf13d1e541ccc5bbbfb50fa74 100644 (file)
@@ -59,7 +59,7 @@ bool wxChoice::Create(wxWindow *parent, wxWindowID id,
   if (parent) parent->AddChild(this);
   SetBackgroundColour(parent->GetBackgroundColour()) ;
   SetForegroundColour(parent->GetForegroundColour()) ;
-  m_noStrings = n;
+  m_noStrings = 0;
 
   m_windowStyle = style;
 
@@ -180,7 +180,7 @@ wxString wxChoice::GetString(int n) const
   return wxString(wxBuffer);
 }
 
-void wxChoice::SetSize(int x, int y, int width, int height, int sizeFlags)
+void wxChoice::DoSetSize(int x, int y, int width, int height, int sizeFlags)
 {
   int currentX, currentY;
   GetPosition(&currentX, &currentY);