Christian Parpart
2018-12-19 11:21:45 +01:00
parent 678a95f6e3
commit d10bae245e
7 changed files with 27 additions and 31 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ namespace
// add dummy locations to each item so that we can check that they are not deleted
AssemblyItems input = _input;
for (AssemblyItem& item: input)
item.setLocation(SourceLocation(1, 3, nullptr));
item.setLocation({1, 3, nullptr});
return input;
}