]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listctrl.h
Automake fix.
[wxWidgets.git] / include / wx / msw / listctrl.h
index dbde573c9fab36263634c5d1eee9b10629b41989..0b1eecff656513371d80f46f406f770a68f391ce 100644 (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