X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/010216e3bc0fc54595d59b6fa4ceec220aff3632..ac687ddffb6f199603abc2415f7bcf0d051f1eca:/demos/forty/pile.h?ds=sidebyside diff --git a/demos/forty/pile.h b/demos/forty/pile.h index 170bfae487..21f35ba08b 100644 --- a/demos/forty/pile.h +++ b/demos/forty/pile.h @@ -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; }