projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use struct timeval and not a long to store socket timeout under Unix too
[wxWidgets.git]
/
include
/
wx
/
spinctrl.h
diff --git
a/include/wx/spinctrl.h
b/include/wx/spinctrl.h
index 5c00f53410747a91943a8f70119b93e5f24e0cc4..76c4a3f5522666c1b08ec4b6e578a0ada2dae8cb 100644
(file)
--- a/
include/wx/spinctrl.h
+++ b/
include/wx/spinctrl.h
@@
-126,7
+126,7
@@
typedef void (wxEvtHandler::*wxSpinDoubleEventFunction)(wxSpinDoubleEvent&);
#include "wx/gtk1/spinctrl.h"
#elif defined(__WXMAC__)
#define wxHAS_NATIVE_SPINCTRL
- #include "wx/
mac
/spinctrl.h"
+ #include "wx/
osx
/spinctrl.h"
#endif // platform
#if !defined(wxHAS_NATIVE_SPINCTRL) || !defined(wxHAS_NATIVE_SPINCTRLDOUBLE)