Skip to content

Commit 045cd7d

Browse files
Casey Hillerscbracken
authored andcommitted
[cpp20] Fix incompatible aggregate initialization (flutter#38165)
* [cpp20] Fix incompatible aggregate initialization * Update third_party/accessibility/ax/ax_tree_update.h Co-authored-by: Chris Bracken <[email protected]> * Update third_party/accessibility/ax/ax_tree_update.h Co-authored-by: Chris Bracken <[email protected]> Co-authored-by: Chris Bracken <[email protected]>
1 parent 010afed commit 045cd7d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

third_party/accessibility/ax/ax_tree_update.h

-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ namespace ui {
5050
// before or after an AXTreeUpdate.
5151
template <typename AXNodeData, typename AXTreeData>
5252
struct AXTreeUpdateBase {
53-
AXTreeUpdateBase() = default;
54-
~AXTreeUpdateBase() = default;
55-
5653
// If |has_tree_data| is true, the value of |tree_data| should be used
5754
// to update the tree data, otherwise it should be ignored.
5855
bool has_tree_data = false;

0 commit comments

Comments
 (0)