]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/logg.cpp
New eventb based Drag interface for wxDataViewCtrl
[wxWidgets.git] / src / generic / logg.cpp
index ed2a915892e807f122b952d3242283c82246458c..1b7301174bcc7c24df50710157d4f5ae8afcce20 100644 (file)
@@ -235,7 +235,7 @@ void wxVLogStatus(wxFrame *pFrame, const wxString& format, va_list argptr)
 #else
     wxLog::OnLog(wxLOG_Status, msg, time(NULL));
 #endif
-    gs_pFrame = (wxFrame *) NULL;
+    gs_pFrame = NULL;
   }
 }
 
@@ -793,7 +793,7 @@ bool wxLogWindow::OnFrameClose(wxFrame * WXUNUSED(frame))
 
 void wxLogWindow::OnFrameDelete(wxFrame * WXUNUSED(frame))
 {
-    m_pLogFrame = (wxLogFrame *)NULL;
+    m_pLogFrame = NULL;
 }
 
 wxLogWindow::~wxLogWindow()