X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e63b67d367808e505402a65c079b5dc45075f43..33cc6200a8c797c72536ca319148c0f712cf658a:/src/generic/logg.cpp diff --git a/src/generic/logg.cpp b/src/generic/logg.cpp index 8c20b7af42..ee26cbdd01 100644 --- a/src/generic/logg.cpp +++ b/src/generic/logg.cpp @@ -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;