mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
fix error introduced in last commit in SocketAddressImpl
This commit is contained in:
parent
5692187d2d
commit
0a0dae07a4
@ -67,7 +67,7 @@ public:
|
||||
poco_socklen_t length() const;
|
||||
const struct sockaddr* addr() const;
|
||||
int af() const;
|
||||
Family family() const;
|
||||
IPAddress::Family family() const;
|
||||
std::string toString() const;
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user