summaryrefslogtreecommitdiffstats
path: root/Project/ControlElementSolver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Project/ControlElementSolver.cpp')
-rw-r--r--Project/ControlElementSolver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/ControlElementSolver.cpp b/Project/ControlElementSolver.cpp
index 037da84..31c18e9 100644
--- a/Project/ControlElementSolver.cpp
+++ b/Project/ControlElementSolver.cpp
@@ -344,7 +344,7 @@ ConnectionLine* ControlElementSolver::SolveNextElement(ConnectionLine* currentLi
Node* childNode = *itCN;
if(childNode == outNode) {
// Check if the line connect two elements, otherwise return NULL
- if(cLine->GetType() != ConnectionLine::ELEMENT_ELEMENT) return NULL;
+ if(cLine->GetType() != ConnectionLine::ConnectionLineType::ELEMENT_ELEMENT) return NULL;
// Set the connection line value and return it.
cLine->SetValue(element->GetOutput());