diff options
author | Adam <Adam@anope.org> | 2017-04-07 14:39:25 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2017-04-07 14:39:25 -0400 |
commit | c2c8f703b44f7712ea308d8f1f3a4e8c9bcb30c7 (patch) | |
tree | 6d5d9da63198b08a8a1bffecd74540192ede137c /include | |
parent | af48ee6c87ab10a7ffe25d93e2bca688a0c656b0 (diff) | |
parent | dba19d839af717a697ed54ed5da9c27aef76052a (diff) |
Merge commit 'dba19d839af717a697ed54ed5da9c27aef76052a'
Diffstat (limited to 'include')
-rw-r--r-- | include/accessgroup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/accessgroup.h b/include/accessgroup.h index bc7e84089..ff4376da7 100644 --- a/include/accessgroup.h +++ b/include/accessgroup.h @@ -50,7 +50,7 @@ class CoreExport AccessGroup : public std::vector<ChanAccess *> * with the highest rank (see Privilege::rank). * @return The "highest" entry */ - ChanAccess *Highest(); + ChanAccess *Highest() const; /* Comparison operators to other AccessGroups */ bool operator>(AccessGroup &other); @@ -59,4 +59,4 @@ class CoreExport AccessGroup : public std::vector<ChanAccess *> bool operator<=(AccessGroup &other); }; -} // namespace ChanServ
\ No newline at end of file +} // namespace ChanServ |