fix: must init raw pointer *bodyPart
All checks were successful
Compilation test / build (push) Successful in 15m13s

This commit is contained in:
saturneric 2024-12-01 19:26:23 +01:00
parent fd0b5f7a21
commit 52f6184e88

View File

@ -311,7 +311,7 @@ private:
shared_ptr <const contentHandler> m_contents;
bodyPart* m_part;
bodyPart* m_part = nullptr;
std::vector <shared_ptr <bodyPart> > m_parts;