X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a217777fb367f47e8d258af8181ac27f076dc183..f8c10ed8b399f864a8ab7fafe4f73ae0365d4827:/src/mac/carbon/joystick.cpp

diff --git a/src/mac/carbon/joystick.cpp b/src/mac/carbon/joystick.cpp
index 49b1e38e94..156b9b2657 100644
--- a/src/mac/carbon/joystick.cpp
+++ b/src/mac/carbon/joystick.cpp
@@ -1,19 +1,21 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        joystick.cpp
 // Purpose:     wxJoystick class
-// Author:      AUTHOR
+// Author:      Stefan Csomor
 // Modified by:
-// Created:     ??/??/98
+// Created:     1998-01-01
 // RCS-ID:      $Id$
-// Copyright:   (c) AUTHOR
-// Licence:   	wxWindows licence
+// Copyright:   (c) Stefan Csomor
+// Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
 #pragma implementation "joystick.h"
 #endif
 
-#include <wx/joystick.h>
+#include "wx/setup.h"
+
+#include "wx/joystick.h"
 
 #if wxUSE_JOYSTICK
 
@@ -111,7 +113,7 @@ int wxJoystick::GetProductId() const
 wxString wxJoystick::GetProductName() const
 {
     // TODO
-    return wxString("");
+    return wxString(wxT(""));
 }
 
 int wxJoystick::GetXMin() const
@@ -280,5 +282,5 @@ bool wxJoystick::ReleaseCapture()
 }
 
 #endif
-	// wxUSE_JOYSTICK
+    // wxUSE_JOYSTICK