]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/forty/pile.h
Change version to 3.0.0.
[wxWidgets.git] / demos / forty / pile.h
index 170bfae487240286b8963ae9c4cbfe50fbbcde37..21f35ba08bfbc28368224c89508239e35246b41a 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Chris Breeze
 // Modified by:
 // Created:     21/07/97
-// RCS-ID:      $Id$
 // Copyright:   (c) 1993-1998 Chris Breeze
 // Licence:     wxWindows licence
 //---------------------------------------------------------------------------
@@ -42,7 +41,7 @@ const int NumCards = 2 * PackSize;
 class Pile {
 public:
     Pile(int x, int y, int dx = 0, int dy = 0);
-    virtual ~Pile();
+    virtual ~Pile(){};
 
     // General functions
     virtual void ResetPile() { m_topCard = -1; }