summaryrefslogtreecommitdiff
path: root/protocols/Xfire/src/recvdidpacket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Xfire/src/recvdidpacket.cpp')
-rw-r--r--protocols/Xfire/src/recvdidpacket.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/protocols/Xfire/src/recvdidpacket.cpp b/protocols/Xfire/src/recvdidpacket.cpp
index 3a22134d73..7c205ff6fd 100644
--- a/protocols/Xfire/src/recvdidpacket.cpp
+++ b/protocols/Xfire/src/recvdidpacket.cpp
@@ -26,10 +26,10 @@
#include "variablevalue.h"
#include "xdebug.h"
-namespace xfirelib {
-
- void RecvDidPacket::parseContent(char *buf, int length, int numberOfAtts) {
- XDEBUG(("This is the useless DID packet, it's really useless\n"));
- }
-
+namespace xfirelib
+{
+ void RecvDidPacket::parseContent(char*, int, int)
+ {
+ XDEBUG(("This is the useless DID packet, it's really useless\n"));
+ }
};