summaryrefslogtreecommitdiff
path: root/include/services.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/services.h')
-rw-r--r--include/services.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/services.h b/include/services.h
index 5830107d5..a23f78bff 100644
--- a/include/services.h
+++ b/include/services.h
@@ -143,7 +143,7 @@ extern "C" void __pfnBkCheck() {}
*/
#ifdef _WIN32
# define MODULE_INIT(x) \
- extern "C" DllExport Module *AnopeInit(const std::string &, const std::string &); \
+ extern "C" DllExport Module *AnopeInit(const Anope::string &, const Anope::string &); \
extern "C" Module *AnopeInit(const Anope::string &modname, const Anope::string &creator) \
{ \
return new x(modname, creator); \