From 401af0f857e16282808296ad78ad16037264af26 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Tue, 31 May 2005 08:49:26 +0000 Subject: [PATCH] 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 --- utils/HelpGen/src/docripper.cpp | 2 +- utils/HelpGen/src/docripper.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/HelpGen/src/docripper.cpp b/utils/HelpGen/src/docripper.cpp index c479fcb8f9..738d01a05b 100644 --- a/utils/HelpGen/src/docripper.cpp +++ b/utils/HelpGen/src/docripper.cpp @@ -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; diff --git a/utils/HelpGen/src/docripper.h b/utils/HelpGen/src/docripper.h index 9e29acd4a0..b4a5c7b7f8 100644 --- a/utils/HelpGen/src/docripper.h +++ b/utils/HelpGen/src/docripper.h @@ -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 ); -- 2.45.2