]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/life/life.h
Fix for assert in setting image from file by Jaakko Salli.
[wxWidgets.git] / demos / life / life.h
index 5dd43cf0b1a708ef122a10a953d8db66da5356cc..ea0007d77a38dd9fe512eae1275a626f0fef208b 100644 (file)
@@ -41,7 +41,7 @@ class LifeCanvas : public wxWindow
 public:
     // ctor and dtor
     LifeCanvas(wxWindow* parent, Life* life, bool interactive = true);
-    ~LifeCanvas();
+    virtual ~LifeCanvas();
 
     // view management
     int  GetCellSize() const { return m_cellsize; };
@@ -122,7 +122,7 @@ class LifeFrame : public wxFrame
 public:
     // ctor and dtor
     LifeFrame();
-    ~LifeFrame();
+    virtual ~LifeFrame();
 
     // member functions
     void UpdateInfoText();