Fix compile issue.
This commit is contained in:
parent
ae1ece7a78
commit
cb15bd1635
|
@ -1219,7 +1219,7 @@ void SIM_PLOT_FRAME::menuSaveCsv( wxCommandEvent& event )
|
||||||
wxFFile out( saveDlg.GetPath(), "wb" );
|
wxFFile out( saveDlg.GetPath(), "wb" );
|
||||||
|
|
||||||
std::map<wxString, TRACE *> traces = GetCurrentPlot()->GetTraces();
|
std::map<wxString, TRACE *> traces = GetCurrentPlot()->GetTraces();
|
||||||
|
|
||||||
if( traces.size() == 0 )
|
if( traces.size() == 0 )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue