Fix build on Windows.

This commit is contained in:
John Preston 2020-07-22 10:25:55 +04:00
parent 5a46bb1770
commit 67b6023b32

View File

@ -238,8 +238,8 @@ DragArea::Areas DragArea::SetupDragAreaToContainer(
updateDragAreas();
return {
.document = attachDragDocument,
.photo = attachDragPhoto,
.document = attachDragDocument
};
}