X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=EventParsers%2FVMGEntities%2FSMSEntity.cpp;h=b60a00d6531101978f4fb7234a266edf04720d14;hb=c0bfd6ab49e36b1f96a500fced976b9eef2aec4b;hp=1a23c6cc830ddd77dd357055aef0f4773219e945;hpb=ede40b26168c61bd22caae822aac44fd15da74bc;p=qwerkisync diff --git a/EventParsers/VMGEntities/SMSEntity.cpp b/EventParsers/VMGEntities/SMSEntity.cpp index 1a23c6c..b60a00d 100644 --- a/EventParsers/VMGEntities/SMSEntity.cpp +++ b/EventParsers/VMGEntities/SMSEntity.cpp @@ -22,8 +22,8 @@ using namespace EventParsers::VMGEntities; -SMSEntity::SMSEntity(const SMSEntity* parent): - m_Parent(parent) +SMSEntity::SMSEntity(const Settings &settings, const SMSEntity *parent): + m_Settings(settings), m_Parent(parent) { }