]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpwnd.cpp
disable wxUSE_MEDIACTRL when wxUSE_ALL_FEATURES==no (closes #10415)
[wxWidgets.git] / src / html / helpwnd.cpp
index e350f6e1b45bf406ebe377f092ac2ca33219c679..8c8b10c3ed61d5aff470e35b148eb056c505cd18 100644 (file)
@@ -297,7 +297,7 @@ void wxHtmlHelpWindow::Init(wxHtmlHelpData* data)
     m_PagesHash = NULL;
     m_UpdateContents = true;
     m_toolBar = NULL;
-    m_helpController = (wxHtmlHelpController*) NULL;
+    m_helpController = NULL;
 }
 
 // Create: builds the GUI components.