aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-location-manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-location-manager.h')
-rw-r--r--libempathy-gtk/empathy-location-manager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-location-manager.h b/libempathy-gtk/empathy-location-manager.h
index 092ef0809..525e490bb 100644
--- a/libempathy-gtk/empathy-location-manager.h
+++ b/libempathy-gtk/empathy-location-manager.h
@@ -37,11 +37,12 @@ G_BEGIN_DECLS
typedef struct _EmpathyLocationManager EmpathyLocationManager;
typedef struct _EmpathyLocationManagerClass EmpathyLocationManagerClass;
+typedef struct _EmpathyLocationManagerPrivate EmpathyLocationManagerPrivate;
struct _EmpathyLocationManager
{
GObject parent;
- gpointer priv;
+ EmpathyLocationManagerPrivate *priv;
};
struct _EmpathyLocationManagerClass