Fix compilation error.

This commit is contained in:
Roman Telezhynskyi 2023-07-15 19:31:41 +03:00
parent 27d5b5d784
commit 62f468b57b

View file

@ -47,7 +47,7 @@ VCurveVariable::VCurveVariable(const quint32 &id, const quint32 &parentId)
}
//---------------------------------------------------------------------------------------------------------------------
COPY_CONSTRUCTOR_IMPL(VCurveVariable)
COPY_CONSTRUCTOR_IMPL_2(VCurveVariable, VInternalVariable)
//---------------------------------------------------------------------------------------------------------------------
auto VCurveVariable::operator=(const VCurveVariable &var) -> VCurveVariable &