X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/505710ca37aa323c286b1def350ee3e5d7887e5d..d60bd5b51eede661744d191d053a53ac1ac6ba36:/contrib/src/applet/plugin.cpp diff --git a/contrib/src/applet/plugin.cpp b/contrib/src/applet/plugin.cpp index 9802ce7991..2e67780b98 100644 --- a/contrib/src/applet/plugin.cpp +++ b/contrib/src/applet/plugin.cpp @@ -26,9 +26,6 @@ * ****************************************************************************/ -// For compilers that support precompilation -#include "wx/wxprec.h" - // Include private headers #include "wx/applet/plugin.h" #include "wx/applet/window.h" @@ -36,7 +33,7 @@ /*------------------------- Implementation --------------------------------*/ // Implement the abstract class functions -IMPLEMENT_ABSTRACT_CLASS(wxPlugIn, wxObject); +IMPLEMENT_ABSTRACT_CLASS(wxPlugIn, wxEvtHandler); /**************************************************************************** REMARKS: @@ -57,4 +54,12 @@ wxPlugIn::~wxPlugIn() { } +/**************************************************************************** +REMARKS: +Destructor for the wxPlugIn class. +****************************************************************************/ +void wxPlugIn::Run( + const wxString& WXUNUSED(cmdLine)) +{ +}