aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-roomlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-tp-roomlist.h')
-rw-r--r--libempathy/empathy-tp-roomlist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-tp-roomlist.h b/libempathy/empathy-tp-roomlist.h
index d03fede38..9f45b7f5c 100644
--- a/libempathy/empathy-tp-roomlist.h
+++ b/libempathy/empathy-tp-roomlist.h
@@ -38,10 +38,10 @@ G_BEGIN_DECLS
typedef struct _EmpathyTpRoomlist EmpathyTpRoomlist;
typedef struct _EmpathyTpRoomlistClass EmpathyTpRoomlistClass;
-typedef struct _EmpathyTpRoomlistPriv EmpathyTpRoomlistPriv;
struct _EmpathyTpRoomlist {
- GObject parent;
+ GObject parent;
+ gpointer priv;
};
struct _EmpathyTpRoomlistClass {