linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #06457
[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 3188: fix linking
------------------------------------------------------------
revno: 3188
committer: poy <poy@xxxxxxxxxx>
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);