mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-31 16:04:27 +02: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…
x
Reference in New Issue
Block a user