X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/92da8bde1bbe14402517e83990603a055d522ecf..2b4313be0563fff16f310698c4aadf0a5ff2b9b8:/include/wx/timer.h diff --git a/include/wx/timer.h b/include/wx/timer.h index aee24ca764..30491db2ff 100644 --- a/include/wx/timer.h +++ b/include/wx/timer.h @@ -41,7 +41,7 @@ public: // class: the owner will get timer notifications which can be handled with // EVT_TIMER wxTimerBase(wxEvtHandler *owner, int id = -1) - { Init(); SetOwner(owner, -1); } + { Init(); SetOwner(owner, id); } // same as ctor above void SetOwner(wxEvtHandler *owner, int id = -1)