r313: *** empty log message ***
[ctsim.git] / src / ctsim.h
index dddf2105547c339dab97cf758d431ba826b3f128..24ef0a299f716cbaca41b4660d955e95e5a12055 100644 (file)
@@ -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();
 \r
     void getCompatibleImages (const ImageFileDocument* pIFDoc, std::vector<ImageFileDocument*>& vecIF);\r
+\r
+    bool getSetModifyNewDocs() const\r
+    { return false; }\r
 
 private:
     wxDocManager* m_docManager;