summaryrefslogtreecommitdiffstats
path: root/pacman-c++/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'pacman-c++/util.h')
-rw-r--r--pacman-c++/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-c++/util.h b/pacman-c++/util.h
index 9f7f784..e0f1264 100644
--- a/pacman-c++/util.h
+++ b/pacman-c++/util.h
@@ -23,6 +23,6 @@ namespace Util
23 23
24 // send packet with error check and flush 24 // send packet with error check and flush
25 void sendPacket(const ::google::protobuf::Message& packet, QTcpSocket *socket); 25 void sendPacket(const ::google::protobuf::Message& packet, QTcpSocket *socket);
26 void sendPacket(const char *data, unsigned int length, QTcpSocket *socket); 26 void sendPacket(const char *data, int length, QTcpSocket *socket);
27} 27}
28#endif // UTIL_H 28#endif // UTIL_H