diff --git a/db/table_properties_collector_test.cc b/db/table_properties_collector_test.cc index 28e0a75de..a9f770ca5 100644 --- a/db/table_properties_collector_test.cc +++ b/db/table_properties_collector_test.cc @@ -116,7 +116,7 @@ class RegularKeysStartWithA: public TablePropertiesCollector { } virtual UserCollectedProperties GetReadableProperties() const { - return {}; + return UserCollectedProperties{}; }