]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-avatar-image.h
Merge branch 'master' into tp-tube
[empathy.git] / libempathy-gtk / empathy-avatar-image.h
index 63c3eca4581116c69a4613daad18e09c3ce0cf6a..8969c1227541f5a01102061348ee2221e20a71b2 100644 (file)
@@ -26,7 +26,7 @@
 
 #include <gtk/gtkeventbox.h>
 
-#include <libempathy/empathy-avatar.h>
+#include <libempathy/empathy-contact.h>
 
 G_BEGIN_DECLS
 
@@ -42,6 +42,9 @@ typedef struct _EmpathyAvatarImageClass EmpathyAvatarImageClass;
 
 struct _EmpathyAvatarImage {
        GtkEventBox parent;
+
+       /*<private>*/
+       gpointer priv;
 };
 
 struct _EmpathyAvatarImageClass {