X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fviews.h;h=3512fac1d77c1dbca1c37c795f30ffd8b28a7e6a;hp=79b154ca6abe3e40c31958e3dbc3647098488e6a;hb=7ae47cb0ff0a16d1c36797576155263434cc73ff;hpb=ee405282853525f1fa25c4f4321ba85652353564 diff --git a/src/views.h b/src/views.h index 79b154c..3512fac 100644 --- a/src/views.h +++ b/src/views.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: views.h,v 1.18 2000/12/29 19:30:08 kevin Exp $ +** $Id: views.h,v 1.19 2000/12/29 20:18:59 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 @@ -226,9 +226,9 @@ private: PlotFileCanvas *CreateCanvas(wxView *view, wxFrame *parent); wxFrame *CreateChildFrame(wxDocument *doc, wxView *view); - EZPlot* m_pEZPlot; PlotFileCanvas *m_canvas; wxFrame *m_frame; + EZPlot* m_pEZPlot; bool m_bMinSpecified; bool m_bMaxSpecified; double m_dMinPixel;