fix for built with compat 2.8 off
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -90,11 +90,13 @@ wxExtHelpController::~wxExtHelpController()
|
|||||||
DeleteList();
|
DeleteList();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if WXWIN_COMPATIBILITY_2_8
|
||||||
void wxExtHelpController::SetBrowser(const wxString& browsername, bool isNetscape)
|
void wxExtHelpController::SetBrowser(const wxString& browsername, bool isNetscape)
|
||||||
{
|
{
|
||||||
m_BrowserName = browsername;
|
m_BrowserName = browsername;
|
||||||
m_BrowserIsNetscape = isNetscape;
|
m_BrowserIsNetscape = isNetscape;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
void wxExtHelpController::SetViewer(const wxString& viewer, long flags)
|
void wxExtHelpController::SetViewer(const wxString& viewer, long flags)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user