1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-09 22:24:09 +03:00

Fix a compiler warning

This commit is contained in:
Sergei Petrunia
2017-05-17 14:44:16 +03:00
parent f7dab76aa2
commit fff61e31ec

View File

@@ -751,6 +751,7 @@ public:
interface Rdb_tables_scanner {
virtual int add_table(Rdb_tbl_def * tdef) = 0;
virtual ~Rdb_tables_scanner() {} /* Keep the compiler happy */
};
/*