diff --git a/include/rocksdb/db.h b/include/rocksdb/db.h index 82f69b1586..4d2e0ac79b 100644 --- a/include/rocksdb/db.h +++ b/include/rocksdb/db.h @@ -437,7 +437,7 @@ class DB { virtual Status GetPropertiesOfAllTables(ColumnFamilyHandle* column_family, TablePropertiesCollection* props) = 0; - virtual Status GetPropertiesOfAllTables(TablePropertiesCollection* props) { + Status GetPropertiesOfAllTables(TablePropertiesCollection* props) { return GetPropertiesOfAllTables(DefaultColumnFamily(), props); }