fix a couple of compiler warnings

This commit is contained in:
wmayer
2017-01-20 22:54:10 +01:00
parent e262d3b127
commit c10f6fdd07
4 changed files with 5 additions and 7 deletions

View File

@@ -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)
{
}