summaryrefslogtreecommitdiff
path: root/net/openag/patches/patch-ae
blob: b79174d55f1c0eb5aed1af436ecff919da568802 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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();