finally reverted patch 782947 completely, it is broken; added just a check that id returned by SetTimer() is not a dup instead

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-09-24 14:48:33 +00:00
parent 5b6c8794de
commit 97f278b453
3 changed files with 31 additions and 125 deletions

View File

@@ -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)