X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/41618285468cba24ce3ebe68085dff13efcf293f..2b84e565c6c26711e245bab5d4ce0fe1fe3e4078:/include/wx/dialup.h 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