1. compilation fixes
2. don't quote special characters inside verbatim environment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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;
|
||||
*/
|
||||
|
Reference in New Issue
Block a user