X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0538419f9e7d1fd4af57f2f4e38c339cd091b0c5..10ba26777d58f8e7898182e5a98087ccac7ebedd:/src/generic/logg.cpp

diff --git a/src/generic/logg.cpp b/src/generic/logg.cpp
index 67fee0d39c..4cbdd36235 100644
--- a/src/generic/logg.cpp
+++ b/src/generic/logg.cpp
@@ -834,7 +834,7 @@ void wxLogDialog::CreateDetailsControls(wxWindow *parent)
     wxImageList *imageList = new wxImageList(ICON_SIZE, ICON_SIZE);
 
     // order should be the same as in the switch below!
-    static const wxChar* const icons[] =
+    static const char* const icons[] =
     {
         wxART_ERROR,
         wxART_WARNING,