Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

[cpp20] Fix incompatible aggregate initialization #38165

Merged
merged 3 commits into from
Dec 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions third_party/accessibility/ax/ax_tree_update.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ namespace ui {
// before or after an AXTreeUpdate.
template <typename AXNodeData, typename AXTreeData>
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;
Expand Down