aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-presence-manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-presence-manager.h')
-rw-r--r--libempathy/empathy-presence-manager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy/empathy-presence-manager.h b/libempathy/empathy-presence-manager.h
index 05ce5c6ad..63599cbfd 100644
--- a/libempathy/empathy-presence-manager.h
+++ b/libempathy/empathy-presence-manager.h
@@ -37,10 +37,11 @@ G_BEGIN_DECLS
typedef struct _EmpathyPresenceManager EmpathyPresenceManager;
typedef struct _EmpathyPresenceManagerClass EmpathyPresenceManagerClass;
+typedef struct _EmpathyPresenceManagerPrivate EmpathyPresenceManagerPrivate;
struct _EmpathyPresenceManager {
GObject parent;
- gpointer priv;
+ EmpathyPresenceManagerPrivate *priv;
};
struct _EmpathyPresenceManagerClass