Fix a gcc warning about a missing virtual destructor.

This commit is contained in:
Mark de Wever 2008-04-16 15:35:47 +00:00
parent 28e7fa0bf8
commit dcd16ecc47

View file

@ -1845,6 +1845,9 @@ private:
map_command_handler()
{
}
virtual ~map_command_handler() {}
bool empty() const
{
return command_map_.empty();