Compilation fixes in wxHTML for wxUSE_CONFIG==0.
Surround uses of wxConfig with #of wxUSE_CONFIG in wxHTML code. Closes #11750. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63548 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -799,8 +799,7 @@ void wxHtmlWindow::CreateLayout()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
#if wxUSE_CONFIG
|
||||
void wxHtmlWindow::ReadCustomization(wxConfigBase *cfg, wxString path)
|
||||
{
|
||||
wxString oldpath;
|
||||
@@ -853,8 +852,7 @@ void wxHtmlWindow::WriteCustomization(wxConfigBase *cfg, wxString path)
|
||||
if (path != wxEmptyString)
|
||||
cfg->SetPath(oldpath);
|
||||
}
|
||||
|
||||
|
||||
#endif // wxUSE_CONFIG
|
||||
|
||||
bool wxHtmlWindow::HistoryBack()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user