Talk:Custom Events Tutorial

From WxWiki
Jump to navigation Jump to search

in the methode CopyObject, you use the inherited CopyObject methode from wxEvent... but it doesn't exist... isn't it Clone you mind ? void MyEvent::CopyObject( wxObject & obj_d ) const { wxEvent::Clone( obj_d ); }

// End of MyEvent.cpp