From: Steve Brokenshire Date: Sun, 24 Jan 2016 09:53:59 +0000 (+0000) Subject: Added LocationDataAltRep, LocationDataLanguage, LocationDataTokens to CalendarObject. X-Git-Tag: release-0.02~692 X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=commitdiff_plain;h=316fac98668b1a2a371b406944a3bbdb2fc353b8 Added LocationDataAltRep, LocationDataLanguage, LocationDataTokens to CalendarObject. --- diff --git a/source/objects/calendarobject/CalendarObject.h b/source/objects/calendarobject/CalendarObject.h index c85a3a7..1f1f8a6 100644 --- a/source/objects/calendarobject/CalendarObject.h +++ b/source/objects/calendarobject/CalendarObject.h @@ -75,7 +75,9 @@ class CalendarObject{ std::string GeographicTokens; std::string LocationData; - std::string LocationDataAltID; + std::string LocationDataAltRep; + std::string LocationDataLanguage; + std::string LocationDataTokens; std::string PercentCompleteData; std::string PercentCompleteTokens;