diff options
Diffstat (limited to 'libempathy/empathy-contact.h')
-rw-r--r-- | libempathy/empathy-contact.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-contact.h b/libempathy/empathy-contact.h index a2adbac45..4abca99bd 100644 --- a/libempathy/empathy-contact.h +++ b/libempathy/empathy-contact.h @@ -47,6 +47,7 @@ typedef struct _EmpathyContactClass EmpathyContactClass; struct _EmpathyContact { GObject parent; + gpointer priv; }; struct _EmpathyContactClass { |