X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8ca97ad03c980fa2978a770e228dba6389c5fcac..65608e3bb0a1efea84af1aafbf3e05a05285766e:/src/generic/prop.cpp diff --git a/src/generic/prop.cpp b/src/generic/prop.cpp index ad6d3b521e..7175580382 100644 --- a/src/generic/prop.cpp +++ b/src/generic/prop.cpp @@ -179,7 +179,7 @@ wxPropertyValue::wxPropertyValue(wxStringList *the_list) wxNode *node = the_list->First(); while (node) { - char *s = (char *)node->Data(); + wxChar *s = (wxChar *)node->Data(); Append(new wxPropertyValue(s)); node = node->Next(); }