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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user