diff options
Diffstat (limited to 'libempathy/empathy-idle.h')
-rw-r--r-- | libempathy/empathy-idle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-idle.h b/libempathy/empathy-idle.h index 33f1d492e..fbaab36a9 100644 --- a/libempathy/empathy-idle.h +++ b/libempathy/empathy-idle.h @@ -37,10 +37,10 @@ G_BEGIN_DECLS typedef struct _EmpathyIdle EmpathyIdle; typedef struct _EmpathyIdleClass EmpathyIdleClass; -typedef struct _EmpathyIdlePriv EmpathyIdlePriv; struct _EmpathyIdle { GObject parent; + gpointer priv; }; struct _EmpathyIdleClass { |