projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
basic UDP support (patch 835128)
[wxWidgets.git]
/
include
/
wx
/
msw
/
timer.h
diff --git
a/include/wx/msw/timer.h
b/include/wx/msw/timer.h
index 7cca85b1fa667629c98c6e4a7e9df929789680e3..9ecd87327cb494812e703eb566030c684818144e 100644
(file)
--- a/
include/wx/msw/timer.h
+++ b/
include/wx/msw/timer.h
@@
-34,8
+34,7
@@
public:
protected:
void Init();
- long m_id;
- WXHWND m_hwnd;
+ unsigned long m_id;
private:
DECLARE_DYNAMIC_CLASS_NO_COPY(wxTimer)