// Author: Chris Breeze
// Modified by:
// Created: 21/07/97
-// RCS-ID: $Id$
// Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence
//---------------------------------------------------------------------------
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; }