From 91ad9d22cad8c1da3134975852ba1f732b55dabe Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 1 Mar 2013 00:57:24 -0500 Subject: Fix Windows build --- include/commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/commands.h') 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; -- cgit