Skip to content
Permalink
Browse files
Fix a compiler warning
  • Loading branch information
spetrunia committed May 17, 2017
1 parent f7dab76 commit fff61e3
Showing 1 changed file with 1 addition and 0 deletions.
@@ -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 */
};

/*

0 comments on commit fff61e3

Please sign in to comment.