]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/arrimpl.cpp
Unicode changes.
[wxWidgets.git] / include / wx / arrimpl.cpp
index 5131c7ac443f7b6916580b1699e54002e71e54a8..e7bca61b232ce90c7501a0435d558cdcc5348fce 100644 (file)
@@ -58,7 +58,7 @@ void name::Empty()                                                            \
                                                                               \
 void name::Remove(size_t uiIndex)                                             \
 {                                                                             \
-  wxCHECK_RET( uiIndex < Count(), "bad index in " #name "::Remove()" );       \
+  wxCHECK_RET( uiIndex < Count(), _T("bad index in " #name "::Remove()") );   \
                                                                               \
   delete (T*)wxBaseArray::Item(uiIndex);                                      \
                                                                               \