X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fdlgezplot.h;h=1d23d99423384959e21c563224bd1a95812273e5;hp=26637d928550980165c6d3298febec22409b42e9;hb=1a050c98763fbbc0662731b0b76953acede6f5d7;hpb=c8b19dfaffba9f06d8b6c40cb1bb83a8964867f7 diff --git a/src/dlgezplot.h b/src/dlgezplot.h index 26637d9..1d23d99 100644 --- a/src/dlgezplot.h +++ b/src/dlgezplot.h @@ -40,7 +40,7 @@ class EZPlot; class EZPlotControl : public wxPanel { -private: +private: DECLARE_DYNAMIC_CLASS (EZPlotControl) DECLARE_EVENT_TABLE () EZPlot* m_pEZPlot; @@ -63,7 +63,7 @@ public: virtual wxSize GetBestSize() const; - EZPlot* getEZPlot() + EZPlot* getEZPlot() { return m_pEZPlot; } void OnPaint(wxPaintEvent& event);