X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/92da8bde1bbe14402517e83990603a055d522ecf..fb2957900c9c38ffa03b4ab2ea6cbcc1e23ecc7d:/include/wx/timer.h?ds=inline 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)