]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/logg.cpp
Applied patch [ 1178610 ] datectlg.cpp: wxDropdownButton + bug fixes
[wxWidgets.git] / src / generic / logg.cpp
index 8c20b7af42cd042af06340658a8d19b244f6b138..ee26cbdd017c701f129b05829745fc6beb9168c7 100644 (file)
@@ -1157,7 +1157,7 @@ static int OpenLogFile(wxFile& file, wxString *pFilename, wxWindow *parent)
 
     // open file
     // ---------
-    bool bOk;
+    bool bOk wxDUMMY_INITIALIZE(false);
     if ( wxFile::Exists(filename) ) {
         bool bAppend = false;
         wxString strMsg;