diff options
author | Adam <Adam@anope.org> | 2012-10-22 17:02:01 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-10-22 17:02:01 -0400 |
commit | 04632bd381796dd90742bbc6ccd38905d4de25be (patch) | |
tree | f9b8cf382037a44f7dba45dd5d5f186f43428a0e /src/nickcore.cpp | |
parent | 0b9db15efc322336ddb08671ce68a3d45fb22520 (diff) |
Cleanup of last few commits/warning fix
Diffstat (limited to 'src/nickcore.cpp')
-rw-r--r-- | src/nickcore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nickcore.cpp b/src/nickcore.cpp index 5d9950a4e..71d117de1 100644 --- a/src/nickcore.cpp +++ b/src/nickcore.cpp @@ -19,7 +19,7 @@ serialize_checker<nickcore_map> NickCoreList("NickCore"); /** Default constructor * @param display The display nick */ -NickCore::NickCore(const Anope::string &coredisplay) : Serializable("NickCore"), Flags<NickCoreFlag, NI_END>(NickCoreFlagStrings) +NickCore::NickCore(const Anope::string &coredisplay) : Serializable("NickCore"), Flags<NickCoreFlag, NI_END>(NickCoreFlagStrings) { if (coredisplay.empty()) throw CoreException("Empty display passed to NickCore constructor"); |