Codechange: [Network] Let IsInNetmask use std::string

This commit is contained in:
rubidium42
2021-06-13 21:29:40 +02:00
committed by rubidium42
parent 36705f1dc0
commit a91e29b656
3 changed files with 7 additions and 8 deletions

View File

@@ -116,7 +116,7 @@ public:
}
bool IsFamily(int family);
bool IsInNetmask(const char *netmask);
bool IsInNetmask(const std::string &netmask);
/**
* Compare the address of this class with the address of another.