diff --git a/include/amqpcpp/outbuffer.h b/include/amqpcpp/outbuffer.h index 05157bd..f2e7863 100644 --- a/include/amqpcpp/outbuffer.h +++ b/include/amqpcpp/outbuffer.h @@ -38,6 +38,13 @@ protected: virtual void append(const void *data, size_t size) = 0; public: + /** + * Destructor + */ + virtual ~OutBuffer() + { + } + /** * Add a binary buffer to the buffer * @param string char* to the string