mirror of
https://github.com/anope/anope.git
synced 2026-07-01 10:06:37 +02:00
Fix the location of &* on types.
This commit is contained in:
@@ -440,7 +440,7 @@ private:
|
||||
ListFormatter &list;
|
||||
ChannelInfo *ci;
|
||||
bool show_all;
|
||||
unsigned& foreign;
|
||||
unsigned &foreign;
|
||||
|
||||
public:
|
||||
AccessListCallback(ListFormatter &_list, ChannelInfo *_ci, const Anope::string &numlist, bool _show_all, unsigned &_foreign)
|
||||
|
||||
Reference in New Issue
Block a user