diff --git a/include/amqpcpp/outbuffer.h b/include/amqpcpp/outbuffer.h index f2e7863..7463ebd 100644 --- a/include/amqpcpp/outbuffer.h +++ b/include/amqpcpp/outbuffer.h @@ -50,7 +50,7 @@ public: * @param string char* to the string * @param size size of string */ - void add(const char *string, uint32_t size) + void add(const char *string, size_t size) { // append data append(string, size);