summaryrefslogtreecommitdiff
path: root/chromium/ui/base/models/table_model.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/base/models/table_model.cc')
-rw-r--r--chromium/ui/base/models/table_model.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/ui/base/models/table_model.cc b/chromium/ui/base/models/table_model.cc
index b8b18ad0a77..d98cdb2a571 100644
--- a/chromium/ui/base/models/table_model.cc
+++ b/chromium/ui/base/models/table_model.cc
@@ -35,6 +35,8 @@ TableColumn::TableColumn(int id, Alignment alignment, int width, float percent)
initial_sort_is_ascending(true) {
}
+TableColumn::TableColumn(const TableColumn& other) = default;
+
// TableModel -----------------------------------------------------------------
// Used for sorting.