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:
Włodzimierz Skiba 2005-05-31 08:49:26 +00:00
parent 215599ce39
commit 401af0f857
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

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