eo: typedef uintptr_t Eo_Id; as Eo_Class_Id

This commit is contained in:
Jérémy Zurcher 2013-09-18 22:05:26 +02:00 committed by Tom Hacohen
parent eeb6f1e59f
commit dc63739a9d
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ extern int _eo_log_dom;
#endif
#define DBG(...) EINA_LOG_DOM_DBG(_eo_log_dom, __VA_ARGS__)
typedef size_t Eo_Id;
typedef uintptr_t Eo_Id;
typedef struct _Eo_Class _Eo_Class;
typedef struct _Eo_Internal _Eo;