From: Steve Brokenshire Date: Wed, 27 Jan 2016 13:28:33 +0000 (+0000) Subject: Added AttachListFormatType to CalendarObject. X-Git-Tag: release-0.02~646 X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=commitdiff_plain;h=a64e6072b64b476b678749fb6b35f91ea9a5b239 Added AttachListFormatType to CalendarObject. --- diff --git a/source/objects/calendarobject/CalendarObject.h b/source/objects/calendarobject/CalendarObject.h index 597790d..c76a876 100644 --- a/source/objects/calendarobject/CalendarObject.h +++ b/source/objects/calendarobject/CalendarObject.h @@ -52,6 +52,7 @@ class CalendarObject{ vector AttachList; vector AttachListTokens; vector AttachListEncoding; + vector AttachListFormatType; vector AttachListValue; vector CategoriesList;