]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/joystick.cpp
compile warnings, M_BITMAPDATA privatized
[wxWidgets.git] / src / palmos / joystick.cpp
index 7fb42f228cf597cab6d61b60b0eafdeeaa173260..8295c07fa786ce8bf4db079a50349d5f939c9952 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        joystick.cpp
+// Name:        src/palmos/joystick.cpp
 // Purpose:     wxJoystick class
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -107,7 +107,7 @@ int wxJoystick::GetProductId() const
 
 wxString wxJoystick::GetProductName() const
 {
-    return wxString("");
+    return wxEmptyString;
 }
 
 int wxJoystick::GetXMin() const