Fix a gcc warning about a missing virtual destructor.
This commit is contained in:
parent
28e7fa0bf8
commit
dcd16ecc47
1 changed files with 3 additions and 0 deletions
|
@ -1845,6 +1845,9 @@ private:
|
|||
map_command_handler()
|
||||
{
|
||||
}
|
||||
|
||||
virtual ~map_command_handler() {}
|
||||
|
||||
bool empty() const
|
||||
{
|
||||
return command_map_.empty();
|
||||
|
|
Loading…
Add table
Reference in a new issue