]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/arrimpl.cpp
replaced T() makro with wxT() due to namespace probs, _T() exists, too
[wxWidgets.git] / include / wx / arrimpl.cpp
index 22a12390982cb298d75a23bf5a51b2c00f0d9e1f..c2888057ddc74a7ac39f639b0a7aeb8ea42cb6a3 100644 (file)
@@ -21,7 +21,7 @@
  *****************************************************************************/
 
 // needed to resolve the conflict between global T and macro parameter T
-#define _WX_ERROR_REMOVE2(x)     T("bad index in " #x "::Remove()")
+#define _WX_ERROR_REMOVE2(x)     wxT("bad index in " #x "::Remove()")
 
 // macro implements remaining (not inline) methods of template list
 // (it's private to this file)