GCC warning fix.
authorWłodzimierz Skiba <abx@abx.art.pl>
Mon, 3 Jan 2005 14:20:53 +0000 (14:20 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Mon, 3 Jan 2005 14:20:53 +0000 (14:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/progdlgg.cpp

index c6e1ff242284803280874d2923e860693de166a7..8d64378472289a80077cc05eb639b6fa19f35586 100644 (file)
@@ -102,8 +102,8 @@ wxProgressDialog::wxProgressDialog(wxString const &title,
                                    wxWindow *parent,
                                    int style)
                 : wxDialog(parent, wxID_ANY, title),
-                  m_delay(3),
-                  m_skip(false)
+                  m_skip(false),
+                  m_delay(3)
 {
     // we may disappear at any moment, let the others know about it
     SetExtraStyle(GetExtraStyle() | wxWS_EX_TRANSIENT);
@@ -223,7 +223,7 @@ wxProgressDialog::wxProgressDialog(wxString const &title,
     bool sizeDlgModified = false;
     wxBoxSizer *buttonSizer = new wxBoxSizer(wxHORIZONTAL);
 
-    const int sizerFlags = 
+    const int sizerFlags =
 #if defined(__WXMSW__) || defined(__WXPM__)
                            wxALIGN_RIGHT | wxALL
 #else // !MSW