projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
include iostream header when using std streams
[wxWidgets.git]
/
src
/
x11
/
joystick.cpp
diff --git
a/src/x11/joystick.cpp
b/src/x11/joystick.cpp
index a21ce29b229de24f5860ed23698c366e52e7784e..dde21cc580d8f235119fdb929b8a1fee4fe44f01 100644
(file)
--- a/
src/x11/joystick.cpp
+++ b/
src/x11/joystick.cpp
@@
-9,10
+9,6
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "joystick.h"
-#endif
-
// Not implemented in X11
#if 0
// Not implemented in X11
#if 0
@@
-91,7
+87,7
@@
bool wxJoystick::IsOk() const
return FALSE;
}
return FALSE;
}
-int wxJoystick::GetNumberJoysticks()
const
+int wxJoystick::GetNumberJoysticks()
{
// TODO
return 0;
{
// TODO
return 0;