diff options
Diffstat (limited to 'src/cmd_away.cpp')
-rw-r--r-- | src/cmd_away.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_away.cpp b/src/cmd_away.cpp index 7a780c5a5..874881119 100644 --- a/src/cmd_away.cpp +++ b/src/cmd_away.cpp @@ -16,7 +16,7 @@ #include "modules.h" #include "commands/cmd_away.h" -extern "C" command_t* init_command(InspIRCd* Instance) +extern "C" DllExport command_t* init_command(InspIRCd* Instance) { return new cmd_away(Instance); } |