-/****************************************************************************
-REMARKS:
-Function to copy the wxLoadPageEvent object
-****************************************************************************/
-void wxLoadPageEvent::CopyObject(
- wxObject& obj_d) const
-{
- wxLoadPageEvent *obj = (wxLoadPageEvent*)&obj_d;
- wxEvent::CopyObject(obj_d);
- obj->m_hRef = m_hRef;
- obj->m_htmlWindow = m_htmlWindow;
-}
-
-