X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4055ed8281971e3d35bf04177193c27043d42ed1..adfa6f1a48e0b22e06a7626198a28c240cc94cf3:/src/palmos/joystick.cpp diff --git a/src/palmos/joystick.cpp b/src/palmos/joystick.cpp index 7fb42f228c..8295c07fa7 100644 --- a/src/palmos/joystick.cpp +++ b/src/palmos/joystick.cpp @@ -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