diff options
Diffstat (limited to 'include/bots.h')
-rw-r--r-- | include/bots.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bots.h b/include/bots.h index 7b175d99f..dc51f77f7 100644 --- a/include/bots.h +++ b/include/bots.h @@ -46,7 +46,7 @@ class CoreExport BotInfo /** Destroy a bot, clearing up appropriately. */ - ~BotInfo(); + virtual ~BotInfo(); /** Change the nickname set on a bot. * @param newnick The nick to change to |