@@ -26,6 +26,8 OptionalAxis &OptionalAxis::operator=(OptionalAxis other) | |||||
26 | std::swap(m_Defined, other.m_Defined); |
|
26 | std::swap(m_Defined, other.m_Defined); | |
27 | std::swap(m_Data, other.m_Data); |
|
27 | std::swap(m_Data, other.m_Data); | |
28 | std::swap(m_Unit, other.m_Unit); |
|
28 | std::swap(m_Unit, other.m_Unit); | |
|
29 | ||||
|
30 | return *this; | |||
29 | } |
|
31 | } | |
30 |
|
32 | |||
31 | bool OptionalAxis::isDefined() const |
|
33 | bool OptionalAxis::isDefined() const |
General Comments 0
You need to be logged in to leave comments.
Login now