summaryrefslogtreecommitdiff
path: root/plugins/gpsd/gpsdplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gpsd/gpsdplugin.cpp')
-rw-r--r--plugins/gpsd/gpsdplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gpsd/gpsdplugin.cpp b/plugins/gpsd/gpsdplugin.cpp
index e234516d..c08908de 100644
--- a/plugins/gpsd/gpsdplugin.cpp
+++ b/plugins/gpsd/gpsdplugin.cpp
@@ -46,7 +46,7 @@ static int updateGpsposition(gpointer data)
}
#else
- gps_poll(&gps);
+ gps_poll(&shared->gps);
#endif