summaryrefslogtreecommitdiff
path: root/src/gclue-modem-gps.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gclue-modem-gps.c')
-rw-r--r--src/gclue-modem-gps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gclue-modem-gps.c b/src/gclue-modem-gps.c
index 53ea1b4..9e073af 100644
--- a/src/gclue-modem-gps.c
+++ b/src/gclue-modem-gps.c
@@ -155,7 +155,7 @@ gclue_modem_gps_init (GClueModemGPS *source)
GClueModemGPSPrivate *priv;
GClueMinUINT *threshold;
- source->priv = G_TYPE_INSTANCE_GET_PRIVATE ((source), GCLUE_TYPE_MODEM_GPS, GClueModemGPSPrivate);
+ source->priv = gclue_modem_gps_get_instance_private (source);
priv = source->priv;
priv->cancellable = g_cancellable_new ();