fix error introduced in last commit in SocketAddressImpl

This commit is contained in:
Guenter Obiltschnig 2017-02-15 09:56:30 +01:00
parent 5692187d2d
commit 0a0dae07a4

View File

@ -67,7 +67,7 @@ public:
poco_socklen_t length() const; poco_socklen_t length() const;
const struct sockaddr* addr() const; const struct sockaddr* addr() const;
int af() const; int af() const;
Family family() const; IPAddress::Family family() const;
std::string toString() const; std::string toString() const;
private: private: