diff options
Diffstat (limited to 'libempathy/empathy-chatroom.h')
-rw-r--r-- | libempathy/empathy-chatroom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-chatroom.h b/libempathy/empathy-chatroom.h index 2f46cf146..58e2e53d7 100644 --- a/libempathy/empathy-chatroom.h +++ b/libempathy/empathy-chatroom.h @@ -39,10 +39,10 @@ G_BEGIN_DECLS typedef struct _EmpathyChatroom EmpathyChatroom; typedef struct _EmpathyChatroomClass EmpathyChatroomClass; -typedef struct _EmpathyChatroomPriv EmpathyChatroomPriv; struct _EmpathyChatroom { GObject parent; + gpointer priv; }; struct _EmpathyChatroomClass { |