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:
Francesco Montorsi
2008-03-24 13:39:09 +00:00
parent 4168bc452a
commit 878a936e3d

View File

@@ -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)
{ {