diff options
author | Adam <Adam@anope.org> | 2013-10-05 13:29:34 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-10-05 13:29:34 -0400 |
commit | 569efbb66bac4481f2891c6aca0afa788295987f (patch) | |
tree | 8734637b9038e0bb2d7ca3d56748fc9c16e5d2c3 | |
parent | 696801430b62a4d8806b2a810d90add2a300bbb2 (diff) |
Fix Windows build
-rw-r--r-- | include/anope.h | 2 |
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. |