]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/panel.h
Implement GetPageText for the OSX WebKit implementation.
[wxWidgets.git] / include / wx / msw / panel.h
index 5073fe30baddb903d80e5c32dd84fc0faa3ef737..13a39dcf664ec41475ff69b02c7eeb97b764c88d 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     wxMSW-specific wxPanel class.
 // Author:      Vadim Zeitlin
 // Created:     2011-03-18
-// RCS-ID:      $Id: wxhead.h,v 1.12 2010-04-22 12:44:51 zeitlin Exp $
+// RCS-ID:      $Id$
 // Copyright:   (c) 2011 Vadim Zeitlin <vadim@wxwidgets.org>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -34,6 +34,8 @@ public:
         Create(parent, winid, pos, size, style, name);
     }
 
+    virtual ~wxPanel();
+
     // This is overridden for MSW to return true for all panels that are child
     // of a window with themed background (such as wxNotebook) which should
     // show through the child panels.