Added virtual dtor to OutBuffer

This commit is contained in:
theirix 2018-04-18 15:46:46 +03:00
parent 76144088cb
commit a624bc872c
1 changed files with 7 additions and 0 deletions

View File

@ -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