Commit fff61e31 authored by Sergei Petrunia's avatar Sergei Petrunia

Fix a compiler warning

parent f7dab76a
......@@ -751,6 +751,7 @@ class Rdb_seq_generator {
interface Rdb_tables_scanner {
virtual int add_table(Rdb_tbl_def * tdef) = 0;
virtual ~Rdb_tables_scanner() {} /* Keep the compiler happy */
};
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment