Skip to content
Snippets Groups Projects
Commit fac40987 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

#6697 : Turn callableElement struct into union

parent 679ad50d
Branches
Tags
No related merge requests found
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
typedef enum { HIST_CONFERENCE, HIST_CALL } ElementType; typedef enum { HIST_CONFERENCE, HIST_CALL } ElementType;
typedef struct { typedef union {
callable_obj_t *call; callable_obj_t *call;
conference_obj_t *conf; conference_obj_t *conf;
} callableElement; } callableElement;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment