X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cecfc5e7e54067ea099334a1fbce852ca69a6b11..4fcd60c72f6b90f5063f7000ff5a80a9004055a3:/utils/HelpGen/src/sourcepainter.cpp diff --git a/utils/HelpGen/src/sourcepainter.cpp b/utils/HelpGen/src/sourcepainter.cpp index 9e24ea95dd..6814b5ffee 100644 --- a/utils/HelpGen/src/sourcepainter.cpp +++ b/utils/HelpGen/src/sourcepainter.cpp @@ -25,7 +25,7 @@ #include #else - #include + #include "wxstlac.h" #endif @@ -403,10 +403,12 @@ void check_keyword_map( int keywordMapNr ) // "make sure" the address of the first member of non-polimorphic class // coinsides with the address of the instance +/* KeywordT dummy; if ( (char*)& dummy != &dummy.keyWord[0] ) throw; +*/ int size = sizeof(__gKeyWords) / sizeof( KeywordT ); @@ -637,7 +639,7 @@ void SourcePainter::GetResultString(string& result, MarkupTagsT tags) { // this method works, only if results of processing // are collected - ASSERT( mCollectResultsOn ); + // ASSERT( mCollectResultsOn ); result = ""; int pos = 0;