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 df198d662..b1201ef6e 100644 --- a/src/cmd_reloadmodule.cpp +++ b/src/cmd_reloadmodule.cpp @@ -14,7 +14,7 @@ #include "inspircd.h" #include "commands/cmd_reloadmodule.h" -extern "C" DllExport command_t* init_command(InspIRCd* Instance) +extern "C" DllExport Command* init_command(InspIRCd* Instance) { return new cmd_reloadmodule(Instance); } |