summaryrefslogtreecommitdiff
path: root/include/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands.h')
-rw-r--r--include/commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/commands.h b/include/commands.h
index 5c8664147..e390fb3d3 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -38,6 +38,7 @@ struct CommandInfo
*/
struct CommandReply
{
+ virtual ~CommandReply() { }
virtual void SendMessage(const BotInfo *source, const Anope::string &msg) = 0;
};