This patch just removes the extra qualification on PackLNTS (which doesn't 
seem to be valid for gcc-4.1).
Index: include/licq_buffer.h
===================================================================
--- include/licq_buffer.h	(revision 4324)
+++ include/licq_buffer.h	(working copy)
@@ -62,7 +62,7 @@
 
    char *Pack(CBuffer *);
    char *Pack(const char *data, int size);
-   char *CBuffer::PackLNTS(const char *);
+   char *PackLNTS(const char *);
    char *PackString(const char *data, unsigned short max = 0);
    char *PackUnsignedShort(unsigned short data);
    char *PackUnsignedLong(unsigned long data);

Attachment: pgpjgJ4OiZO3T.pgp
Description: PGP signature



Reply via email to