X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fdlgezplot.h;h=39c1aca932839d2638d93a392797bcda6965743e;hp=de25e64825521eeed769de1bbed166d275326438;hb=f13a8c004b8f182b42d9e4df2bcd7c7f030bf1ad;hpb=728e9fcbe0b785e56e7dcd2bd305786c647050af diff --git a/src/dlgezplot.h b/src/dlgezplot.h index de25e64..39c1aca 100644 --- a/src/dlgezplot.h +++ b/src/dlgezplot.h @@ -7,9 +7,7 @@ ** Date Started: Jan 2001 ** ** This is part of the CTSim program -** Copyright (c) 1983-2001 Kevin Rosenberg -** -** $Id: dlgezplot.h,v 1.4 2001/03/29 21:25:50 kevin Exp $ +** Copyright (c) 1983-2009 Kevin Rosenberg ** ** 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 @@ -28,10 +26,6 @@ #ifndef __DLGEZPLOT_H_ #define __DLGEZPLOT_H_ -#ifdef __GNUG__ -#pragma interface "dlgezplot.h" -#endif - #include "wx/setup.h" #include "wx/dialog.h" #include "wx/dcmemory.h" @@ -44,7 +38,7 @@ class EZPlot; class EZPlotControl : public wxPanel { -private: +private: DECLARE_DYNAMIC_CLASS (EZPlotControl) DECLARE_EVENT_TABLE () EZPlot* m_pEZPlot; @@ -61,13 +55,13 @@ public: const wxSize& size = wxDefaultSize, long style = wxSTATIC_BORDER, const wxValidator& validator = wxDefaultValidator, - const wxString& name = "EZPlotCtrl"); + const wxString& name = _T("EZPlotCtrl")); virtual ~EZPlotControl(); virtual wxSize GetBestSize() const; - EZPlot* getEZPlot() + EZPlot* getEZPlot() { return m_pEZPlot; } void OnPaint(wxPaintEvent& event);