Pass the current settings down to the parsers so they can behave accordingly (i.e...
[qwerkisync] / EventParsers / VMGEntities / VEnvelope.h
index d399a90..cff710f 100644 (file)
@@ -38,7 +38,7 @@ namespace EventParsers
                class VEnvelope : public SMSEntity, public iWriter, public iReader
                {
                public:
-                       VEnvelope(const SMSEntity* parent);
+                       VEnvelope(const Settings &settings, const SMSEntity* parent);
                        //VEnvelope(QTextStream& stream);
                        ~VEnvelope();