X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c7b506103cfc078a821860766e31c47d595e07f..9b49405777342458dc1666001865eef7309b6c30:/src/generic/helpext.cpp?ds=inline diff --git a/src/generic/helpext.cpp b/src/generic/helpext.cpp index 64e1695638..7b0cbc2c17 100644 --- a/src/generic/helpext.cpp +++ b/src/generic/helpext.cpp @@ -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; } }