Skip to content

Commit 4ca8e15

Browse files
committed
add missing virtual desctructor
1 parent 4e7a1b1 commit 4ca8e15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

db-copy.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ class db_cmd_t
5454
Cmd_finish
5555
};
5656

57+
virtual ~db_cmd_t() = default;
58+
5759
cmd_t type;
5860

5961
protected:

0 commit comments

Comments
 (0)