r315: Coverted POL to C++ class
[ctsim.git] / src / docs.h
index 116347ccdd2fe3198d5072d654b7eb68c1c2af9f..3729ce4b7211809888fc4332bf760426338bdd77 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: docs.h,v 1.8 2000/12/22 04:18:00 kevin Exp $
+**  $Id: docs.h,v 1.9 2000/12/27 03:16:02 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
@@ -147,7 +147,8 @@ public:
     PlotFile& getPlotFile ()\r
        { return m_plot; }\r
 \r
-    virtual bool OnOpenDocument (const wxString& filename);
+    virtual bool OnOpenDocument (const wxString& filename);\r
+    virtual bool OnSaveDocument (const wxString& filename);\r
     virtual bool OnCloseDocument ();
     virtual bool IsModified () const;
     virtual void Modify (bool mod);