mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-06 00:31:10 +01:00
fixed uninitialized _encoding member
This commit is contained in:
parent
1fb56d8c8e
commit
cb2537b343
@ -194,6 +194,7 @@ const std::string MailMessage::CTE_BASE64("base64");
|
|||||||
|
|
||||||
|
|
||||||
MailMessage::MailMessage(PartStoreFactory* pStoreFactory):
|
MailMessage::MailMessage(PartStoreFactory* pStoreFactory):
|
||||||
|
_encoding(),
|
||||||
_pStoreFactory(pStoreFactory)
|
_pStoreFactory(pStoreFactory)
|
||||||
{
|
{
|
||||||
Poco::Timestamp now;
|
Poco::Timestamp now;
|
||||||
|
Loading…
Reference in New Issue
Block a user