]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/HelpGen/src/ifcontext.h
Added missing functions
[wxWidgets.git] / utils / HelpGen / src / ifcontext.h
index af0d4fc419e2520f7d7ed6800574d7aaa5f91bd3..c7182e73744172c6fad035e5d92b1b515060eac7 100644 (file)
@@ -59,15 +59,16 @@ protected:
 
     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 );
+                              wxString&  source,
+                              wxString&  result,
+                              size_t&    lastSavedPos,
+                              size_t&    lastKnownPos );
 
 public:
 
@@ -77,7 +78,7 @@ public:
 public:
 
     spInterFileContext();
-    ~spInterFileContext();
+    virtual ~spInterFileContext();
 
     void AddFile( const wxString& fname, const wxString& content );