diff options
Diffstat (limited to 'Project/ElementPlotData.cpp')
-rw-r--r-- | Project/ElementPlotData.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Project/ElementPlotData.cpp b/Project/ElementPlotData.cpp index 6639802..0f406a8 100644 --- a/Project/ElementPlotData.cpp +++ b/Project/ElementPlotData.cpp @@ -1,9 +1,9 @@ #include "ElementPlotData.h" -ElementPlotData::ElementPlotData(wxString name, CurveType type) +ElementPlotData::ElementPlotData(wxString name, CurveType curveType) { m_name = name; - m_curveType = type; + m_curveType = curveType; } ElementPlotData::~ElementPlotData() {} |