fix a couple of compiler warnings
This commit is contained in:
@@ -86,8 +86,8 @@ Constraint::Constraint(const Constraint& from)
|
||||
LabelDistance(from.LabelDistance),
|
||||
LabelPosition(from.LabelPosition),
|
||||
isDriving(from.isDriving),
|
||||
tag(from.tag),
|
||||
InternalAlignmentIndex(from.InternalAlignmentIndex)
|
||||
InternalAlignmentIndex(from.InternalAlignmentIndex),
|
||||
tag(from.tag)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user