]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/HelpGen/src/ifcontext.h
offset version by 1 to avoid having compatibility_version of 0.0.0 under Darwin:...
[wxWidgets.git] / utils / HelpGen / src / ifcontext.h
index af0d4fc419e2520f7d7ed6800574d7aaa5f91bd3..419d7006b1d42bd09be4127694aecde5211d97d0 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: