]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/logg.cpp
Update selection cache when inserting items, too
[wxWidgets.git] / src / generic / logg.cpp
index ecac929db9e95567fcf88cc25c1249c1c0e743e1..5d4bcc8771306241672d2f08461a83bbe38ab66c 100644 (file)
@@ -1080,7 +1080,7 @@ static int OpenLogFile(wxFile& file, wxString *pFilename, wxWindow *parent)
 
     // open file
     // ---------
-    bool bOk wxDUMMY_INITIALIZE(false);
+    bool bOk = false;
     if ( wxFile::Exists(filename) ) {
         bool bAppend = false;
         wxString strMsg;