##// END OF EJS Templates
Fixes missing return
Alexandre Leroux -
r924:b6b0633c1ea5
parent child
Show More
@@ -26,6 +26,8 OptionalAxis &OptionalAxis::operator=(OptionalAxis other)
26 26 std::swap(m_Defined, other.m_Defined);
27 27 std::swap(m_Data, other.m_Data);
28 28 std::swap(m_Unit, other.m_Unit);
29
30 return *this;
29 31 }
30 32
31 33 bool OptionalAxis::isDefined() const
General Comments 0
You need to be logged in to leave comments. Login now