]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/HelpGen/src/docripper.h
rebaked after adding threads/atomic.cpp
[wxWidgets.git] / utils / HelpGen / src / docripper.h
index 9e29acd4a0abff60dc73658d93af07de13f2c8e3..976f4b8743899125485e3dc5ec0f663f7789d06c 100644 (file)
@@ -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( string& st, string& mlStr );
+    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