diff options
Diffstat (limited to 'eo_tokenizer.h')
-rw-r--r-- | eo_tokenizer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eo_tokenizer.h b/eo_tokenizer.h index 646dd45..6efd2d6 100644 --- a/eo_tokenizer.h +++ b/eo_tokenizer.h @@ -64,7 +64,7 @@ typedef enum _eo_accessor_type { SETTER, GETTER, - PROP_TYPE_LAST + ACCESSOR_TYPE_LAST } Eo_Accessor_Type; typedef struct _eo_accessor_def |