fixed uninitialized _encoding member

This commit is contained in:
Guenter Obiltschnig 2016-09-26 17:31:29 +02:00
parent 1fb56d8c8e
commit cb2537b343

View File

@ -194,6 +194,7 @@ const std::string MailMessage::CTE_BASE64("base64");
MailMessage::MailMessage(PartStoreFactory* pStoreFactory):
_encoding(),
_pStoreFactory(pStoreFactory)
{
Poco::Timestamp now;