X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/716cd4107bb8a5f37dea34507453be6870aaef3a..fdcbb1ce012dbad3a1dd4734fd0323efe7f5154a:/contrib/samples/applet/monitorapplet.cpp diff --git a/contrib/samples/applet/monitorapplet.cpp b/contrib/samples/applet/monitorapplet.cpp index 6fcd1fb041..12964d3f17 100644 --- a/contrib/samples/applet/monitorapplet.cpp +++ b/contrib/samples/applet/monitorapplet.cpp @@ -36,7 +36,7 @@ /*---------------------------- Global variables ---------------------------*/ // Implement the dynamic class so it can be constructed dynamically -IMPLEMENT_DYNAMIC_CLASS(MonitorApplet, wxApplet); +IMPLEMENT_DYNAMIC_CLASS(MonitorApplet, wxApplet) // Event handler table. BEGIN_EVENT_TABLE(MonitorApplet, wxApplet)