X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fa1af598d62a71f7e7054a0dcc7b209e91e58873..6ce8b8484654b5ab073951373c93d9bdd8221881:/utils/HelpGen/src/ifcontext.h?ds=inline diff --git a/utils/HelpGen/src/ifcontext.h b/utils/HelpGen/src/ifcontext.h index 6377e88785..419d7006b1 100644 --- a/utils/HelpGen/src/ifcontext.h +++ b/utils/HelpGen/src/ifcontext.h @@ -55,31 +55,32 @@ protected: protected: size_t GetFileNoOfContext( spContext& ctx ); - size_t GetFileNo( const string& fname ); + size_t GetFileNo( const wxString& fname ); void InsertBookmarkSorted( BookmarkListT& lst, spBookmark& mark ); - void DoAppendSourceFragment( string& source, - string& result, - size_t pos, size_t len ); + void DoAppendSourceFragment( wxString& source, + wxString& result, + size_t pos, + size_t len ); - void GenerateContextBody( spContext& ctx, - string& source, - string& result, - size_t& lastSavedPos, - size_t& lastKnownPos ); + void GenerateContextBody( spContext& ctx, + wxString& source, + wxString& result, + size_t& lastSavedPos, + size_t& lastKnownPos ); public: - StrListT mFiles; - StrListT mContents; + StrListT m_Files; + StrListT m_Contents; public: spInterFileContext(); ~spInterFileContext(); - void AddFile( const string& fname, const string& content ); + void AddFile( const wxString& fname, const wxString& content ); void RemoveContext( spContext& ctx );