From a35a207fae02334e3f08f566cd53e1b8b5337b48 Mon Sep 17 00:00:00 2001 From: Michael Gebetsroither Date: Tue, 18 Mar 2008 15:02:40 +0000 Subject: changed u_int32_t* argument to size_t* in Mpi::getNewBuf --- mpi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpi.h') diff --git a/mpi.h b/mpi.h index c746602..b23c22b 100644 --- a/mpi.h +++ b/mpi.h @@ -70,7 +70,7 @@ public: * @param buf_len size of the new buffer that is returned * @return a byte buffer of size buf_len */ - u_int8_t *getNewBuf(u_int32_t* written) const; + u_int8_t *getNewBuf(size_t* written) const; std::string getHexDump() const; u_int32_t getLength() const; -- cgit v1.2.3