diff options
Diffstat (limited to 'Project/Load.cpp')
-rw-r--r-- | Project/Load.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/Load.cpp b/Project/Load.cpp index 64c5514..d9f1b2a 100644 --- a/Project/Load.cpp +++ b/Project/Load.cpp @@ -248,7 +248,7 @@ wxString Load::GetTipText() const return tipText; } -bool Load::GetPlotData(ElementPlotData& plotData) +bool Load::GetPlotData(ElementPlotData& plotData, PlotStudy study) { if(!m_electricalData.plotLoad) return false; plotData.SetName(m_electricalData.name); |