Fix compile issue.

This commit is contained in:
Jeff Young 2022-05-25 23:42:52 +01:00
parent ae1ece7a78
commit cb15bd1635
1 changed files with 1 additions and 1 deletions

View File

@ -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;