]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/listctrl/listtest.h
Fix problems with the wxHtmpTagHandler wrappers and related
[wxWidgets.git] / samples / listctrl / listtest.h
index 0fafad7b7530cf9ec706ff5264694a35d456d766..97a719b7dc31e0e78106aca981b6acc5ea72daab 100644 (file)
@@ -80,7 +80,9 @@ class MyFrame: public wxFrame
 {
 public:
     MyFrame(const wxChar *title, int x, int y, int w, int h);
-    ~MyFrame();
+    virtual ~MyFrame();
+
+    void DoSize();
 
 protected:
     void OnSize(wxSizeEvent& event);