mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-17 23:23:47 +02:00
fixed uninitialized _encoding member
This commit is contained in:
parent
5d750ac8ed
commit
34b9b1284c
@ -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…
x
Reference in New Issue
Block a user