From 67b6023b3296c3a478e110ccd2bd522ae75c4f75 Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 22 Jul 2020 10:25:55 +0400 Subject: [PATCH] Fix build on Windows. --- Telegram/SourceFiles/history/history_drag_area.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/history/history_drag_area.cpp b/Telegram/SourceFiles/history/history_drag_area.cpp index e593be1172..5614ad2547 100644 --- a/Telegram/SourceFiles/history/history_drag_area.cpp +++ b/Telegram/SourceFiles/history/history_drag_area.cpp @@ -238,8 +238,8 @@ DragArea::Areas DragArea::SetupDragAreaToContainer( updateDragAreas(); return { + .document = attachDragDocument, .photo = attachDragPhoto, - .document = attachDragDocument }; }