]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/list.h
Rename wxRendererNative::DrawRadioButton() to DrawRadioBitmap().
[wxWidgets.git] / include / wx / list.h
index b8cc07ea8471f4bdf4b403ea2f26b8119f8f7d24..88913253ec23eae4738c6fdb6cc7062d3dcb2add 100644 (file)
@@ -186,7 +186,7 @@ inline const void *wxListCastElementToVoidPtr(const wxString& str)
             bool operator==(const compatibility_iterator& i) const            \
             {                                                                 \
                 wxASSERT_MSG( m_list && i.m_list,                             \
-                              _T("comparing invalid iterators is illegal") ); \
+                              wxT("comparing invalid iterators is illegal") ); \
                 return (m_list == i.m_list) && (m_iter == i.m_iter);          \
             }                                                                 \
             bool operator!=(const compatibility_iterator& i) const            \