]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/HelpGen/src/docripper.h
compilation fix for !wxUSE_THREADS
[wxWidgets.git] / utils / HelpGen / src / docripper.h
index b4a5c7b7f8e000e53bb2ed286b1a5c5ca8d9e31f..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( 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