projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix compilation without WXDEBUG (includes patch 561458)
[wxWidgets.git]
/
src
/
motif
/
joystick.cpp
diff --git
a/src/motif/joystick.cpp
b/src/motif/joystick.cpp
index d6fc022e8db1f9224f034e28376d6abdbc62d38d..b9b6fae1d03d145225ad2855f4b50444123f3652 100644
(file)
--- a/
src/motif/joystick.cpp
+++ b/
src/motif/joystick.cpp
@@
-13,7
+13,10
@@
#pragma implementation "joystick.h"
#endif
-#include <wx/joystick.h>
+// Not implemented in wxMotif
+#if 0
+
+#include "wx/joystick.h"
IMPLEMENT_DYNAMIC_CLASS(wxJoystick, wxObject)
@@
-277,3
+280,5
@@
bool wxJoystick::ReleaseCapture()
return FALSE;
}
+#endif
+ // 0