Added empty Clone method for cbPluginEvent

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2001-11-22 13:20:11 +00:00
parent 244d3b67ca
commit ffc6ce3f6d

View File

@@ -1098,6 +1098,9 @@ public:
bool mAuxBoolVal;
*/
// Not used, but required
virtual wxEvent* Clone() { return NULL; }
#if wxCHECK_VERSION(2,3,0)
cbPluginEvent( wxEventType eventType, cbDockPane* pPane )
: mpPane( pPane )