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