diff options
Diffstat (limited to 'src/cmd_userhost.cpp')
-rw-r--r-- | src/cmd_userhost.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_userhost.cpp b/src/cmd_userhost.cpp index 6f31ad6a7..b05bfd6f6 100644 --- a/src/cmd_userhost.cpp +++ b/src/cmd_userhost.cpp @@ -17,7 +17,7 @@ -extern "C" command_t* init_command(InspIRCd* Instance) +extern "C" DllExport command_t* init_command(InspIRCd* Instance) { return new cmd_userhost(Instance); } |