mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
BugFix Session group
This commit is contained in:
@@ -200,7 +200,7 @@ SourceList::iterator Session::addSource(Source *s)
|
||||
// insert the source to the beginning of the list
|
||||
sources_.push_back(s);
|
||||
// return the iterator to the source created at the beginning
|
||||
its = sources_.end()--;
|
||||
its = --sources_.end();
|
||||
}
|
||||
|
||||
// unlock access
|
||||
|
||||
Reference in New Issue
Block a user