X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6670f56440ae9209b3e2e51e06acf3bc5aaf1905..7d09b97f5321d0accd758eb420c008853ad9ec26:/src/os2/joystick.cpp diff --git a/src/os2/joystick.cpp b/src/os2/joystick.cpp index 5f2110557e..7d9ec64512 100644 --- a/src/os2/joystick.cpp +++ b/src/os2/joystick.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: joystick.cpp +// Name: src/os2/joystick.cpp // Purpose: wxJoystick class // Author: David Webster // Modified by: @@ -25,8 +25,8 @@ #define NO_JOYGETPOSEX -#include -#include +#include "wx/window.h" +#include "wx/joystick.h" IMPLEMENT_DYNAMIC_CLASS(wxJoystick, wxObject) @@ -101,7 +101,7 @@ bool wxJoystick::IsOk() const return false; } -int wxJoystick::GetNumberJoysticks() const +int wxJoystick::GetNumberJoysticks() { // TODO return 0; @@ -122,7 +122,7 @@ int wxJoystick::GetProductId() const wxString wxJoystick::GetProductName() const { // TODO - return wxString(""); + return wxEmptyString; } int wxJoystick::GetXMin() const