]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/HelpGen/src/cjparser.h
added MSW-specific wxTaskBarIcon::ShowBalloon() method; use it in the taskbar sample...
[wxWidgets.git] / utils / HelpGen / src / cjparser.h
index 0151775c433f0fdb01162898d27f773901878f65..d8b8670c741b7b0ad11e9987b6cec172ecf80289 100644 (file)
@@ -34,17 +34,17 @@ class CJSourceParser : public SourceParserBase
 {
 protected:
     // begining of the full-text area of the source file
-    wxChar* mpStart;
+    char* mpStart;
 
     // points to first character after the end
     // of teh full-text area
-    wxChar* mpEnd;
+    char* mpEnd;
 
     // current "privacy level"
     int   mCurVis;
 
     // current parsing position int full-text area
-    wxChar*  m_cur;
+    char*  m_cur;
 
     // about the current class
     bool   mIsVirtual;