Skip to content

Commit fff61e3

Browse files
committed
Fix a compiler warning
1 parent f7dab76 commit fff61e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

storage/rocksdb/rdb_datadic.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,7 @@ class Rdb_seq_generator {
751751

752752
interface Rdb_tables_scanner {
753753
virtual int add_table(Rdb_tbl_def * tdef) = 0;
754+
virtual ~Rdb_tables_scanner() {} /* Keep the compiler happy */
754755
};
755756

756757
/*

0 commit comments

Comments
 (0)