X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fdlgezplot.h;h=d47df3933257f301cdd90bdba3020174eb32263b;hp=27308f1df7b860b579b93472aac43077299a78a9;hb=f7ee98f7d964ed361068179f0e7ea4475ed1abdf;hpb=58319f51aa5804c90fe5edd8e5f0386b7a297827 diff --git a/src/dlgezplot.h b/src/dlgezplot.h index 27308f1..d47df39 100644 --- a/src/dlgezplot.h +++ b/src/dlgezplot.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: dlgezplot.h,v 1.5 2003/01/23 23:35:58 kevin Exp $ +** $Id$ ** ** 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 @@ -40,7 +40,7 @@ class EZPlot; class EZPlotControl : public wxPanel { -private: +private: DECLARE_DYNAMIC_CLASS (EZPlotControl) DECLARE_EVENT_TABLE () EZPlot* m_pEZPlot; @@ -57,13 +57,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);