diff options
Diffstat (limited to 'src/cmd_motd.cpp')
-rw-r--r-- | src/cmd_motd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_motd.cpp b/src/cmd_motd.cpp index 38117be6b..53d140a9d 100644 --- a/src/cmd_motd.cpp +++ b/src/cmd_motd.cpp @@ -14,7 +14,7 @@ #include "inspircd.h" #include "commands/cmd_motd.h" -extern "C" DllExport command_t* init_command(InspIRCd* Instance) +extern "C" DllExport Command* init_command(InspIRCd* Instance) { return new cmd_motd(Instance); } |