Elm: Fix Escape namespace to compile on Windows.

SVN revision: 76226
This commit is contained in:
Christopher Michael 2012-09-06 07:43:10 +00:00
parent 843639b852
commit 5f73bd4b63
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ enum
typedef struct _Tmp_Info Tmp_Info;
typedef struct _Saved_Type Saved_Type;
typedef struct _Escape Escape;
typedef struct _Cnp_Escape Cnp_Escape;
typedef struct _Dropable Dropable;
struct _Tmp_Info
@ -59,7 +59,7 @@ struct _Saved_Type
Eina_Bool textreq: 1;
};
struct _Escape
struct _Cnp_Escape
{
const char *escape;
const char *value;