]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/logg.cpp
renamed Number method (should be GetCount)
[wxWidgets.git] / src / generic / logg.cpp
index 911c39c5a7d4b032e71ba1a0a7139e040cca3968..0564199d09118336d0f402db9f1446b756919341 100644 (file)
@@ -164,7 +164,7 @@ static int OpenLogFile(wxFile& file, wxString *filename = NULL);
 
 // we use a global variable to store the frame pointer for wxLogStatus - bad,
 // but it's the easiest way
-static wxFrame *gs_pFrame; // FIXME MT-unsafe
+static wxFrame *gs_pFrame = NULL; // FIXME MT-unsafe
 
 // ============================================================================
 // implementation