summaryrefslogtreecommitdiffstats
path: root/Project/ElementPlotData.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Project/ElementPlotData.cpp')
-rw-r--r--Project/ElementPlotData.cpp4
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() {}