mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Fix compilation for older C++
This commit is contained in:
parent
818fcd51f4
commit
e65e55833c
@ -239,9 +239,9 @@ void FoldController::LinkFolds() {
|
||||
}
|
||||
if (line->Fold.exists && line->Fold.side) {
|
||||
context->ass->Properties.folds.push_back(LineFold {
|
||||
.start = foldStack.back()->Row,
|
||||
.end = line->Row,
|
||||
.collapsed = line->Fold.collapsed,
|
||||
foldStack.back()->Row,
|
||||
line->Row,
|
||||
line->Fold.collapsed,
|
||||
});
|
||||
|
||||
line->Fold.counterpart = foldStack.back();
|
||||
|
Loading…
x
Reference in New Issue
Block a user