diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-11-28 16:20:36 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-11-28 16:20:36 +0100 |
commit | 1fc3065c22268eff96c3d135132fffd04654a89a (patch) | |
tree | d55686c4bf6cf40cbd9bad27ad199d09143571d9 /eo_definitions.h | |
parent | fc1eed171231a9721d73b82e913ae6005522bf20 (diff) | |
download | eo_tokenizer-1fc3065c22268eff96c3d135132fffd04654a89a.zip eo_tokenizer-1fc3065c22268eff96c3d135132fffd04654a89a.tar.gz |
eo_definitions: legacies [char* -> legacy char*
Diffstat (limited to 'eo_definitions.h')
-rw-r--r-- | eo_definitions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eo_definitions.h b/eo_definitions.h index 844717e..209cf7e 100644 --- a/eo_definitions.h +++ b/eo_definitions.h @@ -43,7 +43,7 @@ typedef struct _eo_accessor_def Eo_Accessor_Type type; Eo_Ret_Def ret; const char *comment; - Eina_List *legacies; + const char* legacy; } Eo_Accessor_Def; /* PROPERTY */ |