#endif
#if defined( wxUSE_TEMPLATE_STL )
-
- #include <map>
+# include <map>
#else
-
- #include "wxstlac.h"
-
+# include "wxstlac.h"
#endif
#include "sourcepainter.h"
// "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;
*/