summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-10-05 13:29:34 -0400
committerAdam <Adam@anope.org>2013-10-05 13:29:34 -0400
commit569efbb66bac4481f2891c6aca0afa788295987f (patch)
tree8734637b9038e0bb2d7ca3d56748fc9c16e5d2c3
parent696801430b62a4d8806b2a810d90add2a300bbb2 (diff)
Fix Windows build
-rw-r--r--include/anope.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/anope.h b/include/anope.h
index 6c31c879f..664baeb69 100644
--- a/include/anope.h
+++ b/include/anope.h
@@ -539,7 +539,7 @@ namespace Anope
/** Generate a string of random letters and numbers
* @param len The length of the string returned
*/
- extern Anope::string Random(size_t len);
+ extern CoreExport Anope::string Random(size_t len);
}
/** sepstream allows for splitting token seperated lists.