]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/prop.cpp
Doc/distribution script mods
[wxWidgets.git] / src / generic / prop.cpp
index ad6d3b521e20622e4add9c9b2efe9668ec6eb6f7..717558038272163fc7c9e0cf8d5bb504fad777a7 100644 (file)
@@ -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();
   }