diff options
Diffstat (limited to 'include/opertype.h')
-rw-r--r-- | include/opertype.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/opertype.h b/include/opertype.h index 364343f25..f76fc07b1 100644 --- a/include/opertype.h +++ b/include/opertype.h @@ -104,12 +104,12 @@ class CoreExport OperType /** Gets the icommands for this opertype * @return A list of commands */ - const std::list<Anope::string> &GetCommands() const; + const std::list<Anope::string> GetCommands() const; /** Gets the privileges for this opertype * @return A list of privileges */ - const std::list<Anope::string> &GetPrivs() const; + const std::list<Anope::string> GetPrivs() const; }; #endif // OPERTYPE_H |