Fix Make times continuous

This commit is contained in:
Thomas Goyne 2014-03-16 16:56:36 -07:00
parent 1bd63ce35c
commit 59e8ec522e
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ static void adjoin_lines(agi::Context *c, bool set_start) {
AssDialogue *prev = nullptr;
size_t seen = 0;
bool prev_sel = false;
for (auto diag : c->ass->Events) {
for (auto& diag : c->ass->Events) {
bool cur_sel = !!sel.count(&diag);
if (prev) {
// One row selections act as if the previous or next line was selected