From: Włodzimierz Skiba Date: Thu, 22 Jul 2004 11:53:14 +0000 (+0000) Subject: wxUSE_STL=1 fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/22b636aa1523c68f1fa87f4b24770c773dbc8b58 wxUSE_STL=1 fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/utils/tex2rtf/src/tex2rtf.cpp b/utils/tex2rtf/src/tex2rtf.cpp index 92076a3a00..6e157386e3 100644 --- a/utils/tex2rtf/src/tex2rtf.cpp +++ b/utils/tex2rtf/src/tex2rtf.cpp @@ -154,7 +154,7 @@ bool MyApp::OnInit() WinHelpContentsFileName = new wxChar[300]; RefFileName = new wxChar[300]; - ColourTable.DeleteContents(true); + WX_CLEAR_LIST(wxList,ColourTable); int n = 1;