]> git.saurik.com Git - wxWidgets.git/commitdiff
wxEvtHandler derives from wxTrackable, too
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 23 Mar 2009 00:26:17 +0000 (00:26 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 23 Mar 2009 00:26:17 +0000 (00:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/event.h

index 548ceffb062f035eb8a3fc141a11c4406ca72206..c35a940299fed7ebf02daf37bc122ac4bd56d5ad 100644 (file)
@@ -335,7 +335,7 @@ public:
 
     @see @ref overview_events_processing, wxEventBlocker, wxEventLoopBase
 */
-class wxEvtHandler : public wxObject
+class wxEvtHandler : public wxObject, public wxTrackable
 {
 public:
     /**