mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +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):
|
||||
_encoding(),
|
||||
_pStoreFactory(pStoreFactory)
|
||||
{
|
||||
Poco::Timestamp now;
|
||||
|
Loading…
Reference in New Issue
Block a user