]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/themes/win32.cpp
init member variables properly (patch 1156088)
[wxWidgets.git] / src / univ / themes / win32.cpp
index 5e313e615d83a69cfa76609ce3c6dbc3f42e7791..0984602d1245171aa8faa15381f74e2c7f1c5d1d 100644 (file)
@@ -33,6 +33,7 @@
     #include "wx/dcmemory.h"
 
     #include "wx/button.h"
+    #include "wx/bmpbuttn.h"
     #include "wx/listbox.h"
     #include "wx/checklst.h"
     #include "wx/combobox.h"
@@ -3931,7 +3932,7 @@ wxSize wxWin32Renderer::GetFrameTotalSize(const wxSize& clientSize,
 
 wxSize wxWin32Renderer::GetFrameMinSize(int flags) const
 {
-    wxSize s(0, 0);
+    wxSize s;
 
     if ( (flags & wxTOPLEVEL_BORDER) && !(flags & wxTOPLEVEL_MAXIMIZED) )
     {