aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-group.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-tp-group.h')
-rw-r--r--libempathy/empathy-tp-group.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-tp-group.h b/libempathy/empathy-tp-group.h
index df5c54980..bbd4b84f9 100644
--- a/libempathy/empathy-tp-group.h
+++ b/libempathy/empathy-tp-group.h
@@ -40,10 +40,10 @@ G_BEGIN_DECLS
typedef struct _EmpathyTpGroup EmpathyTpGroup;
typedef struct _EmpathyTpGroupClass EmpathyTpGroupClass;
-typedef struct _EmpathyTpGroupPriv EmpathyTpGroupPriv;
struct _EmpathyTpGroup {
- GObject parent;
+ GObject parent;
+ gpointer priv;
};
struct _EmpathyTpGroupClass {