X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fctsim.h;h=57ac4ad121df42a97e3b7cda1c9e59277672feed;hp=b7954f5fc8c7fce33603bfa2182f1912ae53804c;hb=a18f7b9629e21da7c33abc59718b5ab150f3e3d1;hpb=91fb88e205c5bc7b771faf601db8489a9278c1ab diff --git a/src/ctsim.h b/src/ctsim.h index b7954f5..57ac4ad 100644 --- a/src/ctsim.h +++ b/src/ctsim.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ctsim.h,v 1.31 2001/01/26 05:37:24 kevin Exp $ +** $Id: ctsim.h,v 1.32 2001/01/26 23:23:00 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -107,7 +107,7 @@ private: public: MainFrame(wxDocManager *manager, wxFrame *frame, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, const long type); - ~MainFrame(); + virtual ~MainFrame(); #ifdef CTSIM_CUSTOM_MRU void OnMRUFile (wxCommandEvent& event);