diff options
author | rillig <rillig> | 2007-12-01 16:20:09 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-12-01 16:20:09 +0000 |
commit | 1c25bd1fc390c890c415974f69b71437af373cce (patch) | |
tree | bbc487feb0d0cec548031895fe3e840e5a8301d0 /net/openag/patches | |
parent | ff3021785eb645cba874ba5c965359651e69b7b4 (diff) | |
download | pkgsrc-1c25bd1fc390c890c415974f69b71437af373cce.tar.gz |
Fixed "extra qualification".
Diffstat (limited to 'net/openag/patches')
-rw-r--r-- | net/openag/patches/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/openag/patches/patch-ae b/net/openag/patches/patch-ae new file mode 100644 index 00000000000..b79174d55f1 --- /dev/null +++ b/net/openag/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1 2007/12/01 16:20:09 rillig Exp $ + +--- libOpenAG/include/AGMessage.h.orig 2002-04-13 17:08:03.000000000 +0000 ++++ libOpenAG/include/AGMessage.h 2007-12-01 16:18:49.000000000 +0000 +@@ -54,7 +54,7 @@ public: + /** GENERAL STUFF **/ + bool isSendPacket(); + int getCompleteMessageSize(); +- int AGMessage::getCompleteMessageData(char* &deleteMe); ++ int getCompleteMessageData(char* &deleteMe); + int getDataLength(); + void dumpHex(); + |