diff options
Diffstat (limited to 'src/cmd_rehash.cpp')
-rw-r--r-- | src/cmd_rehash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_rehash.cpp b/src/cmd_rehash.cpp index 4d4b97c8e..8298aa020 100644 --- a/src/cmd_rehash.cpp +++ b/src/cmd_rehash.cpp @@ -18,7 +18,7 @@ -extern "C" command_t* init_command(InspIRCd* Instance) +extern "C" DllExport command_t* init_command(InspIRCd* Instance) { return new cmd_rehash(Instance); } |