X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/28468136d08dfa16a4052770a6c66e2c60663941..17483066d2fb8c6381ec90265f2f3b2d4fb1f88a:/utils/HelpGen/src/sourcepainter.cpp?ds=sidebyside diff --git a/utils/HelpGen/src/sourcepainter.cpp b/utils/HelpGen/src/sourcepainter.cpp index fbabb66446..4876009358 100644 --- a/utils/HelpGen/src/sourcepainter.cpp +++ b/utils/HelpGen/src/sourcepainter.cpp @@ -21,12 +21,9 @@ #endif #if defined( wxUSE_TEMPLATE_STL ) - - #include +# include #else - - #include "wxstlac.h" - +# include "wxstlac.h" #endif #include "sourcepainter.h" @@ -403,10 +400,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 +636,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;