aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/link.h
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2002-03-06 12:45:11 +0000
committerFritz Elfert <felfert@to.com>2002-03-06 12:45:11 +0000
commit5aa14bf761ace4f30e192d5fa594011cd8eab71c (patch)
tree2c40f6deade24bf2a16e3f756972e707e8e7757d /ncpd/link.h
parenta58750b626d7b1493a8cceae2f91b67e5f473ffb (diff)
downloadplptools-5aa14bf761ace4f30e192d5fa594011cd8eab71c.tar.gz
plptools-5aa14bf761ace4f30e192d5fa594011cd8eab71c.tar.bz2
plptools-5aa14bf761ace4f30e192d5fa594011cd8eab71c.zip
Removed double colons in friend declaration (seems to confuse some
compilers)
Diffstat (limited to 'ncpd/link.h')
-rw-r--r--ncpd/link.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncpd/link.h b/ncpd/link.h
index 0830bbc..cf265c0 100644
--- a/ncpd/link.h
+++ b/ncpd/link.h
@@ -142,7 +142,7 @@ public:
private:
friend class packet;
- friend void * ::expire_check(void *);
+ friend void * expire_check(void *);
void receive(bufferStore buf);
void transmit(bufferStore buf);