summaryrefslogtreecommitdiff
path: root/src/cmd_pong.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_pong.cpp')
-rw-r--r--src/cmd_pong.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_pong.cpp b/src/cmd_pong.cpp
index 08d47eca7..dab4de720 100644
--- a/src/cmd_pong.cpp
+++ b/src/cmd_pong.cpp
@@ -14,7 +14,7 @@
#include "inspircd.h"
#include "commands/cmd_pong.h"
-extern "C" DllExport command_t* init_command(InspIRCd* Instance)
+extern "C" DllExport Command* init_command(InspIRCd* Instance)
{
return new cmd_pong(Instance);
}