X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fctsim.h;h=24ef0a299f716cbaca41b4660d955e95e5a12055;hb=5ec5449357eaae253d6b1026621262480e2efa63;hp=dddf2105547c339dab97cf758d431ba826b3f128;hpb=c551b53b39a7571cf52831f5e117be1cca95c420;p=ctsim.git diff --git a/src/ctsim.h b/src/ctsim.h index dddf210..24ef0a2 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.12 2000/12/22 04:18:00 kevin Exp $ +** $Id: ctsim.h,v 1.13 2000/12/25 21:54:26 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 @@ -111,6 +111,9 @@ public: wxString getUntitledFilename(); void getCompatibleImages (const ImageFileDocument* pIFDoc, std::vector& vecIF); + + bool getSetModifyNewDocs() const + { return false; } private: wxDocManager* m_docManager;