From fac40987435b773eae831b7bb0e72d68845ef3d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= <rafael.carre@savoirfairelinux.com> Date: Tue, 23 Aug 2011 11:40:33 -0400 Subject: [PATCH] #6697 : Turn callableElement struct into union --- gnome/src/contacts/calllist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome/src/contacts/calllist.h b/gnome/src/contacts/calllist.h index 9c9015f40d..ea7e087df3 100644 --- a/gnome/src/contacts/calllist.h +++ b/gnome/src/contacts/calllist.h @@ -41,7 +41,7 @@ typedef enum { HIST_CONFERENCE, HIST_CALL } ElementType; -typedef struct { +typedef union { callable_obj_t *call; conference_obj_t *conf; } callableElement; -- GitLab