projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use guard classes automatically restoring the old state in their dtor instead of...
[wxWidgets.git]
/
include
/
wx
/
osx
/
joystick.h
diff --git
a/include/wx/osx/joystick.h
b/include/wx/osx/joystick.h
index 7614c25668ddb4a2558e2f2bf8af992ce6858ac2..969cac9626ef9b2c78899ee204a2a5515fb05e23 100644
(file)
--- a/
include/wx/osx/joystick.h
+++ b/
include/wx/osx/joystick.h
@@
-1,5
+1,5
@@
#ifdef __WXMAC_CLASSIC__
-#include "wx/
mac
/classic/joystick.h"
+#include "wx/
osx
/classic/joystick.h"
#else
-#include "wx/
mac
/carbon/joystick.h"
+#include "wx/
osx
/carbon/joystick.h"
#endif