aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-contact-factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-contact-factory.h')
-rw-r--r--libempathy/empathy-contact-factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-contact-factory.h b/libempathy/empathy-contact-factory.h
index 9ff8d3fa9..24fec0e03 100644
--- a/libempathy/empathy-contact-factory.h
+++ b/libempathy/empathy-contact-factory.h
@@ -40,10 +40,10 @@ G_BEGIN_DECLS
typedef struct _EmpathyContactFactory EmpathyContactFactory;
typedef struct _EmpathyContactFactoryClass EmpathyContactFactoryClass;
-typedef struct _EmpathyContactFactoryPriv EmpathyContactFactoryPriv;
struct _EmpathyContactFactory {
GObject parent;
+ gpointer priv;
};
struct _EmpathyContactFactoryClass {