git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11086
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// 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