]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cppunit.h
use wxALIGN_RIGHT instead of wxTE_RIGHT here too (should have been part of last commit)
[wxWidgets.git] / include / wx / cppunit.h
index 81dcbe2ef2c75afa1d4906ba334158f0ee984c73..c965925b80c463bfae5139d3aaac699c4289299c 100644 (file)
@@ -152,7 +152,8 @@ CPPUNIT_NS_END
 
 WX_CPPUNIT_ALLOW_EQUALS_TO_INT(long)
 WX_CPPUNIT_ALLOW_EQUALS_TO_INT(short)
-WX_CPPUNIT_ALLOW_EQUALS_TO_INT(size_t)
+WX_CPPUNIT_ALLOW_EQUALS_TO_INT(unsigned)
+WX_CPPUNIT_ALLOW_EQUALS_TO_INT(unsigned long)
 
 // Use this macro to compare a wxArrayString with the pipe-separated elements
 // of the given string