X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fdocs.h;h=7b337bb891d5c049fcc3b0623ed17f4f9b5d9219;hp=5afcf63e469f23700677bb722c018c6427d280bc;hb=739e435359d44546dd812fff8c86b815a214d587;hpb=89997e727ff5d4d8828f6fdaee435d809b623ffe diff --git a/src/docs.h b/src/docs.h index 5afcf63..7b337bb 100644 --- a/src/docs.h +++ b/src/docs.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: docs.h,v 1.6 2000/12/19 21:37:51 kevin Exp $ +** $Id: docs.h,v 1.7 2000/12/20 14:39:09 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 @@ -143,9 +143,9 @@ public: const PlotFile& getPlotFile () const { return m_plot; } - PlotFile& getPlot () - { return m_plot; } - + PlotFile& getPlotFile () + { return m_plot; } + virtual bool OnOpenDocument (const wxString& filename); virtual bool OnCloseDocument (); virtual bool IsModified () const;