More warning and error fixes (work in progress with Tinderbox).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
215599ce39
commit
401af0f857
@ -215,7 +215,7 @@ void RipperDocGen::AppendComments( spContext& fromContext, string& str )
|
||||
str += mTags[TAG_PARAGRAPH].end;
|
||||
}
|
||||
|
||||
void RipperDocGen::AppendMulitilineStr( string& st, string& mlStr )
|
||||
void RipperDocGen::AppendMulitilineStr( wxString& st, wxString& mlStr )
|
||||
{
|
||||
st = mTags[TAG_FIXED_FONT].start;
|
||||
st += mlStr;
|
||||
|
@ -86,7 +86,7 @@ protected:
|
||||
// helpers
|
||||
void AppendComments( spContext& fromContext, string& str );
|
||||
|
||||
void AppendMulitilineStr( string& st, string& mlStr );
|
||||
void AppendMulitilineStr( wxString& st, wxString& mlStr );
|
||||
|
||||
void AppendHighlightedSource( string& st, string source );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user