]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/helpext.cpp
no real change; just add the standard separator where it's missing
[wxWidgets.git] / src / generic / helpext.cpp
index 64e1695638712da15ce9c2157a9ddc0707d16f4b..7b0cbc2c178c90901c6c4e0ee6300bea80114955 100644 (file)
@@ -90,11 +90,13 @@ wxExtHelpController::~wxExtHelpController()
     DeleteList();
 }
 
+#if WXWIN_COMPATIBILITY_2_8
 void wxExtHelpController::SetBrowser(const wxString& browsername, bool isNetscape)
 {
     m_BrowserName = browsername;
     m_BrowserIsNetscape = isNetscape;
 }
+#endif
 
 void wxExtHelpController::SetViewer(const wxString& viewer, long flags)
 {
@@ -153,7 +155,7 @@ void wxExtHelpController::DeleteList()
         }
 
         delete m_MapList;
-        m_MapList = (wxList*) NULL;
+        m_MapList = NULL;
     }
 }