diff options
Diffstat (limited to 'include/cull_list.h')
-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 df91e2eca..683e4493b 100644 --- a/include/cull_list.h +++ b/include/cull_list.h @@ -60,7 +60,7 @@ class CullItem userrec* GetUser(); /** Returns the user's quit reason */ - const char* GetReason(); + std::string& GetReason(); }; /** The CullList class can be used by modules, and is used |