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:
@@ -215,7 +215,7 @@ void RipperDocGen::AppendComments( spContext& fromContext, string& str )
|
|||||||
str += mTags[TAG_PARAGRAPH].end;
|
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 = mTags[TAG_FIXED_FONT].start;
|
||||||
st += mlStr;
|
st += mlStr;
|
||||||
|
@@ -86,7 +86,7 @@ protected:
|
|||||||
// helpers
|
// helpers
|
||||||
void AppendComments( spContext& fromContext, string& str );
|
void AppendComments( spContext& fromContext, string& str );
|
||||||
|
|
||||||
void AppendMulitilineStr( string& st, string& mlStr );
|
void AppendMulitilineStr( wxString& st, wxString& mlStr );
|
||||||
|
|
||||||
void AppendHighlightedSource( string& st, string source );
|
void AppendHighlightedSource( string& st, string source );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user