summaryrefslogtreecommitdiff
path: root/i/marvin/src/proto/proto.hh
diff options
context:
space:
mode:
authordufourj2006-05-25 20:04:31 +0000
committerdufourj2006-05-25 20:04:31 +0000
commit261eca7b454fffefe3f1a8b639d6789f9942853c (patch)
tree422664a7f4bbdfcec99a0acb9ecb6a273ab28fbf /i/marvin/src/proto/proto.hh
parent6eae3fd7b71b3527b0c95fd5e0c9f9d131f327a7 (diff)
Es :
- LCD management.
Diffstat (limited to 'i/marvin/src/proto/proto.hh')
-rw-r--r--i/marvin/src/proto/proto.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/i/marvin/src/proto/proto.hh b/i/marvin/src/proto/proto.hh
index 4e1f24c..8979a3d 100644
--- a/i/marvin/src/proto/proto.hh
+++ b/i/marvin/src/proto/proto.hh
@@ -84,7 +84,7 @@ class Proto : public NonCopyable
void send (char command, const char *format = "", int a0 = 0, int a1 = 0,
int a2 = 0, int a3 = 0, int a4 = 0, int a5 = 0, bool reliable = true);
/// Send a string of size number.
- void send (char command, const std::string &str, int size, bool reliable =
+ void sendStr (char command, const char *str, int size, bool reliable =
true);
/// permet d'envoyer un packet robert
void Proto::sendUnreliable (char command, const char *format, int a0,