]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/list.cpp
No longer use semi-static IDs for wxPropertyGrid embedded controls and tool bar tools.
[wxWidgets.git] / src / common / list.cpp
index 4bdefdba206de4c34ba73b947f251673b6eb7b47..60703f48c9ebb7a24b00a0ddc69389ec92676f1d 100644 (file)
@@ -201,7 +201,7 @@ void wxListBase::DoCopy(const wxListBase& list)
             }
     }
 
-    wxASSERT_MSG( m_count == list.m_count, _T("logic error in wxList::DoCopy") );
+    wxASSERT_MSG( m_count == list.m_count, wxT("logic error in wxList::DoCopy") );
 }
 
 wxListBase::~wxListBase()