mirror of
https://github.com/anope/anope.git
synced 2026-06-30 21:26:37 +02:00
Fix the location of &* on types.
This commit is contained in:
@@ -183,7 +183,7 @@ private:
|
||||
size_t minparams;
|
||||
|
||||
protected:
|
||||
Event(Module *o, const Anope::string& e, size_t mp = 0)
|
||||
Event(Module *o, const Anope::string &e, size_t mp = 0)
|
||||
: Service(o, RPC_EVENT, e)
|
||||
, minparams(mp)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user