Couple more Unicode fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ove Kaaven
1999-06-14 14:20:58 +00:00
parent c47d0f2eb1
commit 9df8c2df09
6 changed files with 14 additions and 14 deletions

View File

@@ -416,7 +416,7 @@ class WXDLLEXPORT wxListCtrl: public wxControl
// Add to pool: necessary because Windows needs to have a string
// still exist across 3 callbacks.
char *AddPool(const wxString& str);
wxChar *AddPool(const wxString& str);
protected:
wxTextCtrl* m_textCtrl; // The control used for editing a label