// Author: Chris Breeze
// Modified by:
// Created: 21/07/97
-// RCS-ID: $Id$
// Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence
//---------------------------------------------------------------------------
class FortyApp: public wxApp
{
public:
- FortyApp(){};
- ~FortyApp();
+ FortyApp(){}
+ virtual ~FortyApp();
bool OnInit();
static const wxColour& BackgroundColour();