Added missing constructor.
This commit is contained in:
parent
1c44291383
commit
549a518deb
@ -32,6 +32,11 @@ namespace vmime
|
||||
{
|
||||
|
||||
|
||||
stringContentHandler::stringContentHandler()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
stringContentHandler::stringContentHandler(const string& buffer, const vmime::encoding& enc)
|
||||
: m_encoding(enc), m_string(buffer)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user