diff options
Diffstat (limited to 'include/commands.h')
-rw-r--r-- | include/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands.h b/include/commands.h index 207d2c444..10ddeed2b 100644 --- a/include/commands.h +++ b/include/commands.h @@ -43,7 +43,7 @@ struct CommandInfo /* Where the replies from commands go to. User inheits from this and is the normal * source of a CommandReply */ -struct CommandReply +struct CoreExport CommandReply { virtual ~CommandReply() { } virtual void SendMessage(const BotInfo *source, const Anope::string &msg) = 0; |