]> git.saurik.com Git - wxWidgets.git/commitdiff
initialize gs_pFrame to NULL
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 17 Jul 2001 22:21:01 +0000 (22:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 17 Jul 2001 22:21:01 +0000 (22:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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
 
 // 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
 
 // ============================================================================
 // implementation