]> 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 6377e887851ece672c7c81aaf9f91932433cb77b..419d7006b1d42bd09be4127694aecde5211d97d0 100644 (file)
@@ -55,31 +55,32 @@ protected:
 protected:
 
     size_t GetFileNoOfContext( spContext& ctx );
-    size_t GetFileNo( const string& fname );
+    size_t GetFileNo( const wxString& fname );
 
     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 );
+    void GenerateContextBody( spContext& ctx,
+                              wxString&  source,
+                              wxString&  result,
+                              size_t&    lastSavedPos,
+                              size_t&    lastKnownPos );
 
 public:
 
-    StrListT       mFiles;
-    StrListT       mContents;
+    StrListT       m_Files;
+    StrListT       m_Contents;
 
 public:
 
     spInterFileContext();
     ~spInterFileContext();
 
-    void AddFile( const string& fname, const string& content );
+    void AddFile( const wxString& fname, const wxString& content );
 
     void RemoveContext( spContext& ctx );