X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/401af0f857e16282808296ad78ad16037264af26..2ada746fb47bf68c9f2dab6399a6cd5510320984:/utils/HelpGen/src/docripper.h diff --git a/utils/HelpGen/src/docripper.h b/utils/HelpGen/src/docripper.h index b4a5c7b7f8..976f4b8743 100644 --- a/utils/HelpGen/src/docripper.h +++ b/utils/HelpGen/src/docripper.h @@ -80,15 +80,15 @@ protected: spContext* mpFileBinderCtx; // script tags set up from usesr code - MarkupTagsT mTags; + MarkupTagsT m_Tags; protected: // helpers - void AppendComments( spContext& fromContext, string& str ); + void AppendComments( spContext& fromContext, wxString& str ); void AppendMulitilineStr( wxString& st, wxString& mlStr ); - void AppendHighlightedSource( string& st, string source ); + void AppendHighlightedSource( wxString& st, wxString source ); // returns true, if no comments found in the context, // plus, creates dummy(empty) section, and puts a @@ -139,7 +139,7 @@ protected: public: RipperDocGen(); - ~RipperDocGen(); + virtual ~RipperDocGen(); // should be called onece to set user-code provided, // parser for specific source code language