X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2af95167f5be66ed9ae76fb29d01347d90316652..cdcfde5d20f9dfdef75984802862924a68cdc2e1:/utils/HelpGen/src/cjparser.h diff --git a/utils/HelpGen/src/cjparser.h b/utils/HelpGen/src/cjparser.h index 0151775c43..d8b8670c74 100644 --- a/utils/HelpGen/src/cjparser.h +++ b/utils/HelpGen/src/cjparser.h @@ -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;