]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/joystick.cpp
Ryan's cumulative wxActiveX and media control patch (1427775)
[wxWidgets.git] / src / palmos / joystick.cpp
index 432244d1b18b44873e550ce90702014afb7ba9dc..cfceba1191cd5967c95ca65da5530f4e569b0960 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "joystick.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -107,7 +103,7 @@ int wxJoystick::GetProductId() const
 
 wxString wxJoystick::GetProductName() const
 {
-    return wxString("");
+    return wxEmptyString;
 }
 
 int wxJoystick::GetXMin() const