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
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@
typedef enum { HIST_CONFERENCE, HIST_CALL } ElementType;
typedef struct {
typedef union {
callable_obj_t *call;
conference_obj_t *conf;
} callableElement;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment