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