From b69be38ed46b4ce8f01b05919089976047b84ee5 Mon Sep 17 00:00:00 2001 From: Casey Hillers Date: Mon, 12 Dec 2022 13:09:04 -0800 Subject: [PATCH] [cpp20] Fix incompatible aggregate initialization (flutter/engine#38165) * [cpp20] Fix incompatible aggregate initialization * Update third_party/accessibility/ax/ax_tree_update.h Co-authored-by: Chris Bracken * Update third_party/accessibility/ax/ax_tree_update.h Co-authored-by: Chris Bracken Co-authored-by: Chris Bracken --- .../src/flutter/third_party/accessibility/ax/ax_tree_update.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/engine/src/flutter/third_party/accessibility/ax/ax_tree_update.h b/engine/src/flutter/third_party/accessibility/ax/ax_tree_update.h index e0b895f855..e091c4e67a 100644 --- a/engine/src/flutter/third_party/accessibility/ax/ax_tree_update.h +++ b/engine/src/flutter/third_party/accessibility/ax/ax_tree_update.h @@ -50,9 +50,6 @@ namespace ui { // before or after an AXTreeUpdate. template struct AXTreeUpdateBase { - AXTreeUpdateBase() = default; - ~AXTreeUpdateBase() = default; - // If |has_tree_data| is true, the value of |tree_data| should be used // to update the tree data, otherwise it should be ignored. bool has_tree_data = false;