X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a5a0dd06b67fecd5e571bd9d4221101393d5561b..30827629fa11f6365f69bd2917e1a35d22c35363:/utils/HelpGen/src/sourcepainter.cpp diff --git a/utils/HelpGen/src/sourcepainter.cpp b/utils/HelpGen/src/sourcepainter.cpp index 7c8b2f92ee..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,9 +400,9 @@ 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; */