Merge pull request #210 from theirix/fix_vdtor

Added virtual dtor to OutBuffer
This commit is contained in:
Emiel Bruijntjes 2018-04-18 14:49:26 +02:00 committed by GitHub
commit ce5ba55b01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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