diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-10 12:27:15 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-10 12:27:15 +0000 |
commit | 002ee20d3d3885c4c84ab8d098ece222e936e259 (patch) | |
tree | 011d5a2faba023f7cda1c3127ceebee1a9f3efa4 | |
parent | b041a609e4b3f09205c7390fe661970629128468 (diff) |
Missing a changeover
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3629 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | include/cull_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cull_list.h b/include/cull_list.h index 683e4493b..72b5d3f55 100644 --- a/include/cull_list.h +++ b/include/cull_list.h @@ -42,7 +42,7 @@ class CullItem userrec* user; /** Holds the quit reason to use for this user. */ - char* reason; + std::string reason; public: /** Constrcutor. * Initializes the CullItem with a user pointer |