X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/574c939ef1c1b835a8bc65c0fe724548fa04ec49..f5766910b6731eb03e82371416e9778203396ce7:/contrib/src/applet/appletwindow.cpp diff --git a/contrib/src/applet/appletwindow.cpp b/contrib/src/applet/appletwindow.cpp index 9329a0bb20..07c52493f8 100644 --- a/contrib/src/applet/appletwindow.cpp +++ b/contrib/src/applet/appletwindow.cpp @@ -68,14 +68,14 @@ BEGIN_EVENT_TABLE(wxHtmlAppletWindow, wxHtmlWindow) END_EVENT_TABLE() // Implement the class functions for wxHtmlAppletWindow -IMPLEMENT_CLASS(wxHtmlAppletWindow, wxHtmlWindow); +IMPLEMENT_CLASS(wxHtmlAppletWindow, wxHtmlWindow) // Implement the dynamic class so it can be constructed dynamically -IMPLEMENT_DYNAMIC_CLASS(VirtualData, wxObject); +IMPLEMENT_DYNAMIC_CLASS(VirtualData, wxObject) // Define the wxAppletList implementation #include "wx/listimpl.cpp" -WX_DEFINE_LIST(wxAppletList); +WX_DEFINE_LIST(wxAppletList) /**************************************************************************** REMARKS: