// Created: 04/01/98
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Define a new application
MyCanvas *canvas;
MyFrame(wxFrame *parent, const wxString& title,
const wxPoint& pos, const wxSize& size, const long style);
- ~MyFrame();
+ ~MyFrame(){};
void OnActivate(wxActivateEvent& event);
void OnQuit(wxCommandEvent& event);