summaryrefslogtreecommitdiff
path: root/src/cmd_map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_map.cpp')
-rw-r--r--src/cmd_map.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_map.cpp b/src/cmd_map.cpp
index 83ff89d6d..0b7132c8f 100644
--- a/src/cmd_map.cpp
+++ b/src/cmd_map.cpp
@@ -15,7 +15,7 @@
#include "users.h"
#include "commands/cmd_map.h"
-extern "C" command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport command_t* init_command(InspIRCd* Instance)
{
return new cmd_map(Instance);
}