X-Git-Url: http://git.tdb.fi/?p=libs%2Fnet.git;a=blobdiff_plain;f=source%2Fsockaddr.h;h=aad5e29065e5695ff6b8794cf5dd95f5696e2dc3;hp=bf7547778dbf80cca68f85d2117bf8c74fbf2204;hb=7cc338af60428770d72279cbae11f6fe218d2dcd;hpb=446707e0be6f2dfc3c983296b74030b7121a58b8 diff --git a/source/sockaddr.h b/source/sockaddr.h index bf75477..aad5e29 100644 --- a/source/sockaddr.h +++ b/source/sockaddr.h @@ -19,7 +19,7 @@ public: virtual SockAddr *copy() const = 0; - static SockAddr *from_sys(const SysAddr &); + static SockAddr *new_from_sys(const SysAddr &); virtual SysAddr to_sys() const = 0; virtual Family get_family() const = 0;