Added some pragmas, to address problem mentioned
in bug report: [ 670355 ] Borland C++ 5.5 with wxW 2.4.0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -79,6 +79,9 @@ protected:
|
||||
|
||||
WX_DECLARE_EXPORTED_OBJARRAY(wxHtmlBookRecord, wxHtmlBookRecArray);
|
||||
|
||||
#ifdef __BORLANDC__
|
||||
# pragma option -w-inl
|
||||
#endif
|
||||
|
||||
struct wxHtmlContentsItem
|
||||
{
|
||||
@@ -92,6 +95,10 @@ struct wxHtmlContentsItem
|
||||
wxString GetFullPath() const { return m_Book->GetFullPath(m_Page); }
|
||||
};
|
||||
|
||||
#ifdef __BORLANDC__
|
||||
# pragma option -w.inl
|
||||
#endif
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// wxHtmlSearchEngine
|
||||
// This class takes input streams and scans them for occurence
|
||||
|
Reference in New Issue
Block a user