diff options
Diffstat (limited to 'src/cmd_qline.cpp')
-rw-r--r-- | src/cmd_qline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_qline.cpp b/src/cmd_qline.cpp index 41643c5d6..1d4f8d089 100644 --- a/src/cmd_qline.cpp +++ b/src/cmd_qline.cpp @@ -17,7 +17,7 @@ -extern "C" DllExport command_t* init_command(InspIRCd* Instance) +extern "C" DllExport Command* init_command(InspIRCd* Instance) { return new cmd_qline(Instance); } |