]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/joystick.cpp
trying to avoid redraw problems at wrong places
[wxWidgets.git] / src / mac / carbon / joystick.cpp
index 6a45f419fdc0a85c422b9a1e68fda81f0f7bdeff..156b9b26570395a30a0686d8e3dda3480fdc2f02 100644 (file)
@@ -113,7 +113,7 @@ int wxJoystick::GetProductId() const
 wxString wxJoystick::GetProductName() const
 {
     // TODO
-    return wxString("");
+    return wxString(wxT(""));
 }
 
 int wxJoystick::GetXMin() const