aboutsummaryrefslogtreecommitdiff
path: root/src/vcal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vcal.h')
-rw-r--r--src/vcal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vcal.h b/src/vcal.h
index c9a0272f..2a3ad294 100644
--- a/src/vcal.h
+++ b/src/vcal.h
@@ -80,6 +80,7 @@ struct s_vcomponent {
* vcomponent.
*/
SCM scm;
+ SCM scmtype;
};
#define FCHILD(v) FIRST_V(&(v)->components)