]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/HelpGen/src/sourcepainter.h
Move oleacc.lib from the VC++ projects/makefiles to libraries.h
[wxWidgets.git] / utils / HelpGen / src / sourcepainter.h
index 48284157e13639815a4cec648254a5eab15cebc8..4b6b238d2bed0865849824cbab830b09c2f20b86 100644 (file)
     #include "wxstlvec.h"
     #include "wx/string.h"
 
-    #if wxUSE_STD_STRING
-        using std::string;
-    #else
-        // FIXME:: dirty!
-        #define  string wxString
-    #endif
-
     typedef WXSTL_VECTOR_SHALLOW_COPY(int) SPBlockListT;
 
 #endif
@@ -63,7 +56,7 @@
 class SourcePainter
 {
 protected:
-    string          mResultStr;
+    wxString        mResultStr;
     SPBlockListT    mBlocks;
     bool            mCollectResultsOn;