------------------------------------------------------------ revno: 3188 committer: poy <[email protected]> branch nick: trunk timestamp: Fri 2013-01-25 19:42:37 +0100 message: fix linking modified: dcpp/Socket.h
-- lp:dcplusplus https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk Your team Dcplusplus-team is subscribed to branch lp:dcplusplus. To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'dcpp/Socket.h' --- dcpp/Socket.h 2013-01-24 20:18:18 +0000 +++ dcpp/Socket.h 2013-01-25 18:42:37 +0000 @@ -182,7 +182,7 @@ /** When socks settings are updated, this has to be called... */ static void socksUpdated(); - static inline int getLastError(); + static int getLastError(); GETSET(string, ip, Ip); GETSET(string, localIp4, LocalIp4);
_______________________________________________ Mailing list: https://launchpad.net/~linuxdcpp-team Post to : [email protected] Unsubscribe : https://launchpad.net/~linuxdcpp-team More help : https://help.launchpad.net/ListHelp

