diff options
Diffstat (limited to 'gps/core')
-rw-r--r-- | gps/core/UlpProxyBase.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gps/core/UlpProxyBase.h b/gps/core/UlpProxyBase.h index 59e265e..efcf98a 100644 --- a/gps/core/UlpProxyBase.h +++ b/gps/core/UlpProxyBase.h @@ -30,7 +30,9 @@ #define ULP_PROXY_BASE_H #include <gps_extended.h> -#include "fused_location_extended.h" + +struct FlpExtLocation_s; +struct FlpExtBatchOptions; namespace loc_core { @@ -73,7 +75,7 @@ public: bool active) { return false; } - inline virtual bool reportPositions(const FlpExtLocation* locations, + inline virtual bool reportPositions(const struct FlpExtLocation_s* locations, int32_t number_of_locations) { return false; } |