X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fctsim.cpp;h=c2c952eb3706165800d7d329942a51f370bde966;hp=e96746c0206840e1fb3ee2c417011b227d9ba516;hb=9538989b04262388ea2cb9315939fb801cc8eae2;hpb=d8d2f574460dcef3ed43a0cad135bbeaacc132cd diff --git a/src/ctsim.cpp b/src/ctsim.cpp index e96746c..c2c952e 100644 --- a/src/ctsim.cpp +++ b/src/ctsim.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ctsim.cpp,v 1.51 2001/01/27 22:10:11 kevin Exp $ +** $Id: ctsim.cpp,v 1.52 2001/01/28 03:48:55 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 @@ -70,7 +70,7 @@ #endif #endif -static const char* rcsindent = "$Id: ctsim.cpp,v 1.51 2001/01/27 22:10:11 kevin Exp $"; +static const char* rcsindent = "$Id: ctsim.cpp,v 1.52 2001/01/28 03:48:55 kevin Exp $"; struct option CTSimApp::ctsimOptions[] = { @@ -371,6 +371,7 @@ MainFrame::~MainFrame() if (theApp->getConfig()) theApp->getDocManager()->FileHistorySave (*theApp->getConfig()); delete theApp->getDocManager(); + } void