mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-15 06:35:25 +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):
|
||||
_encoding(),
|
||||
_pStoreFactory(pStoreFactory)
|
||||
{
|
||||
Poco::Timestamp now;
|
||||
|
Loading…
x
Reference in New Issue
Block a user