]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/HelpGen/src/sourcepainter.cpp
added test for HitTest(m_dragPoint) bug to the sample
[wxWidgets.git] / utils / HelpGen / src / sourcepainter.cpp
index 7c8b2f92eefab0154125a66b955d31dab77f56ff..6814b5ffee11646deda9c4be4a4ce75f0852ca31 100644 (file)
@@ -403,9 +403,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;
 */