X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/41618285468cba24ce3ebe68085dff13efcf293f..a7910d97a37c967ee47813f9e3af33b1525d1269:/include/wx/dialup.h?ds=sidebyside diff --git a/include/wx/dialup.h b/include/wx/dialup.h index 765be09891..27a0c033c9 100644 --- a/include/wx/dialup.h +++ b/include/wx/dialup.h @@ -179,6 +179,9 @@ public: // process (i.e. does it result from our own attempt to establish the // connection)? bool IsOwnEvent() const { return m_id != 0; } + + // implement the base class pure virtual + virtual wxEvent *Clone() const { return new wxDialUpEvent(*this); } }; // the type of dialup event handler function