From: Ove Kaaven Date: Fri, 23 Apr 1999 07:30:12 +0000 (+0000) Subject: Unicode fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/20fd9757ff00f05f10b76b8534149e7889340a9e Unicode fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/listbox.h b/include/wx/msw/listbox.h index edcff1b9ec..b80927bd3d 100644 --- a/include/wx/msw/listbox.h +++ b/include/wx/msw/listbox.h @@ -18,7 +18,7 @@ #include "wx/control.h" -WXDLLEXPORT_DATA(extern const char*) wxListBoxNameStr; +WXDLLEXPORT_DATA(extern const wxChar*) wxListBoxNameStr; #if wxUSE_OWNER_DRAWN class WXDLLEXPORT wxOwnerDrawn;