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