]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/png/pngdemo.h
patch from Dimitri fixing a few memory leaks and unTABbing the sources
[wxWidgets.git] / samples / png / pngdemo.h
index e250aa69d281733576b9ff85ceaa7e539c136450..c664e1a14566298347f030f97922674460260256 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     01/02/97
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart and Markus Holzem
-// Licence:    wxWindows license
+// Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
@@ -31,6 +31,7 @@ class MyFrame: public wxFrame
   public:
     MyCanvas *canvas;
     MyFrame(wxFrame *parent, const wxString& title, const wxPoint& pos, const wxSize& size);
+    virtual ~MyFrame();
 
     void OnActivate(bool) {}
     void OnLoadFile(wxCommandEvent& event);