X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fdlgezplot.cpp;h=086a21f8113670ef0294d9aa144921b5e784e8aa;hb=HEAD;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();