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" );
|
||||
|
||||
std::map<wxString, TRACE *> traces = GetCurrentPlot()->GetTraces();
|
||||
|
||||
|
||||
if( traces.size() == 0 )
|
||||
return;
|
||||
|
||||
|
|
Loading…
Reference in New Issue