mirror of
https://github.com/anope/anope.git
synced 2026-06-27 19:46:38 +02:00
Make functions that don't use this static.
This commit is contained in:
@@ -108,7 +108,7 @@ public:
|
||||
class CommandHSSetAll final
|
||||
: public Command
|
||||
{
|
||||
void Sync(const NickAlias *na)
|
||||
static void Sync(const NickAlias *na)
|
||||
{
|
||||
if (!na || !na->HasVhost())
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user