mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
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…
x
Reference in New Issue
Block a user