]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/HelpGen/src/sourcepainter.cpp
cleaning up the mess created by the FloodFill patch
[wxWidgets.git] / utils / HelpGen / src / sourcepainter.cpp
index 7c8b2f92eefab0154125a66b955d31dab77f56ff..487600935830a3f66b1ca9de7ef770705d8bf70a 100644 (file)
 #endif
 
 #if defined( wxUSE_TEMPLATE_STL )
 #endif
 
 #if defined( wxUSE_TEMPLATE_STL )
-
-       #include <map>
+#  include <map>
 #else
 #else
-
-       #include "wxstlac.h"
-
+#  include "wxstlac.h"
 #endif
 
 #include "sourcepainter.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
 
                // "make sure" the address of the first member of non-polimorphic class
                // coinsides with the address of the instance
 
+/*
                KeywordT dummy;
 
                KeywordT dummy;
 
-/*
                if ( (char*)& dummy != &dummy.keyWord[0] )
                        throw;
 */
                if ( (char*)& dummy != &dummy.keyWord[0] )
                        throw;
 */