mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-08 08:50:00 +01:00
Work in progress: undo & redo of mixing group creation and delete
actions.
This commit is contained in:
@@ -114,5 +114,7 @@ SourceList join (SourceList first, SourceList second)
|
||||
SourceList l = second;
|
||||
for (auto it = first.begin(); it != first.end(); it++)
|
||||
l.push_back(*it);
|
||||
l.unique();
|
||||
return l;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user