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