mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +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" );
|
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…
x
Reference in New Issue
Block a user