X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fdlgezplot.cpp;h=17fe68f7101765619b2f8647f619d38867b9d574;hb=dca8d386ab6a4e33050b456cff4547d6adfdf249;hp=1be642e2b3dc2be7c3ea5fc988f2c55f04a39e39;hpb=e8462f7431582627e44906239077f1c696eefba1;p=ctsim.git diff --git a/src/dlgezplot.cpp b/src/dlgezplot.cpp index 1be642e..17fe68f 100644 --- a/src/dlgezplot.cpp +++ b/src/dlgezplot.cpp @@ -102,8 +102,8 @@ EZPlotControl::OnPaint (wxPaintEvent& event) wxEZPlotDialog::wxEZPlotDialog (wxWindow *parent, bool bCancelButton) -: wxDialog((parent ? parent : theApp->getMainFrame()), -1, _T("EZPlot"), wxDefaultPosition, wxDefaultSize), - m_parentTop(0) + : wxDialog((parent ? parent : theApp->getMainFrame()), -1, _T("EZPlot")), + m_parentTop(0) { if (! parent) parent = theApp->getMainFrame();