]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpfrm.cpp
Cast needed to fix compilation on 10.4 --This line, and those below,
[wxWidgets.git] / src / html / helpfrm.cpp
index e8990b8d23821c2ec4f46de44270ab0ef70c69b2..015489ae06b459724c1e0e8676234ba8202eb8a1 100644 (file)
@@ -81,7 +81,7 @@ void wxHtmlHelpFrame::Init(wxHtmlHelpData* data)
     // Simply pass the pointer on to the help window
     m_Data = data;
     m_HtmlHelpWin = NULL;
-    m_helpController = (wxHtmlHelpController*) NULL;
+    m_helpController = NULL;
 }
 
 void wxHtmlHelpFrame::SetController(wxHtmlHelpController* controller)