mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 03:20:11 +01:00
fix error introduced in last commit in SocketAddressImpl
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user